create file with new class exception
This commit is contained in:
12
exception/InitializationException.php
Normal file
12
exception/InitializationException.php
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
<?php
|
||||||
|
/**
|
||||||
|
* @copyright NetMonsters <team@netmonsters.ru>
|
||||||
|
* @link http://netmonsters.ru
|
||||||
|
* @package Majestic
|
||||||
|
* @subpackage exception
|
||||||
|
* @since 2011-11-24
|
||||||
|
*
|
||||||
|
* Exception from initializtion object
|
||||||
|
*/
|
||||||
|
|
||||||
|
class InitializationException extends Exception {}
|
Reference in New Issue
Block a user