2014-06-02 18:58:49 +04:00
|
|
|
<?php namespace Majestic\Exception;
|
2010-02-26 22:33:07 +00:00
|
|
|
/**
|
|
|
|
* @copyright NetMonsters <team@netmonsters.ru>
|
|
|
|
* @link http://netmonsters.ru
|
|
|
|
* @package Majestic
|
|
|
|
* @subpackage exception
|
|
|
|
* @since 2010-02-26
|
|
|
|
*/
|
|
|
|
|
2014-06-02 18:58:49 +04:00
|
|
|
class GeneralException extends \Exception {}
|