Initial commit.
This is to be the new HashRU website based on the Aaronweb.net/Kabuki CMS.
This commit is contained in:
12
models/NotAllowedException.php
Normal file
12
models/NotAllowedException.php
Normal file
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
/*****************************************************************************
|
||||
* NotAllowedException.php
|
||||
* Contains exception class NotAllowedException.
|
||||
*
|
||||
* Kabuki CMS (C) 2013-2015, Aaron van Geffen
|
||||
*****************************************************************************/
|
||||
|
||||
class NotAllowedException extends Exception
|
||||
{
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user