10 lines
235 B
PHP
10 lines
235 B
PHP
<?php namespace Majestic\Exception;
|
|
/**
|
|
* @copyright NetMonsters <team@netmonsters.ru>
|
|
* @link http://netmonsters.ru
|
|
* @package Majestic
|
|
* @subpackage exception
|
|
* @since 2010-02-26
|
|
*/
|
|
|
|
class GeneralException extends \Exception {} |