Aaron van Geffen
ab0e4efbcb
This is to be the new HashRU website based on the Aaronweb.net/Kabuki CMS.
13 lines
334 B
PHP
13 lines
334 B
PHP
<?php
|
|
/*****************************************************************************
|
|
* NotFoundException.php
|
|
* Contains exception class NotFoundException.
|
|
*
|
|
* Kabuki CMS (C) 2013-2015, Aaron van Geffen
|
|
*****************************************************************************/
|
|
|
|
class NotFoundException extends Exception
|
|
{
|
|
|
|
}
|