create file with new class exception

This commit is contained in:
Vyacheslav Agafonov
2011-11-24 15:23:33 +04:00
parent 6e9105cd63
commit a577e9554e

View 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 {}