2010-02-26 22:33:07 +00:00
|
|
|
<?php
|
|
|
|
/**
|
|
|
|
* @copyright NetMonsters <team@netmonsters.ru>
|
|
|
|
* @link http://netmonsters.ru
|
|
|
|
* @package Majestic
|
|
|
|
* @subpackage exception
|
|
|
|
* @since 2010-02-26
|
|
|
|
* @version SVN: $Id$
|
|
|
|
* @filesource $URL$
|
|
|
|
*/
|
|
|
|
|
2010-03-07 17:26:44 +00:00
|
|
|
class Error404Exception extends GeneralException {}
|