Files
majestic/exception/GeneralException.php
2012-11-21 18:42:29 +04:00

10 lines
204 B
PHP

<?php
/**
* @copyright NetMonsters <team@netmonsters.ru>
* @link http://netmonsters.ru
* @package Majestic
* @subpackage exception
* @since 2010-02-26
*/
class GeneralException extends Exception {}