Files
majestic/Exception/GeneralException.php

10 lines
235 B
PHP
Raw Normal View History

2014-06-02 18:58:49 +04:00
<?php namespace Majestic\Exception;
/**
* @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 {}