pics/models/NotFoundException.php
Aaron van Geffen ab0e4efbcb Initial commit.
This is to be the new HashRU website based on the Aaronweb.net/Kabuki CMS.
2017-11-09 17:00:22 +01:00

13 lines
334 B
PHP

<?php
/*****************************************************************************
* NotFoundException.php
* Contains exception class NotFoundException.
*
* Kabuki CMS (C) 2013-2015, Aaron van Geffen
*****************************************************************************/
class NotFoundException extends Exception
{
}