import v1.0.0-RC4 | 2009-05-20
This commit is contained in:
18
libs/Monkeys/AccessDeniedException.php
Normal file
18
libs/Monkeys/AccessDeniedException.php
Normal file
@ -0,0 +1,18 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
* @copyright Copyright (C) 2005-2009 Keyboard Monkeys Ltd. http://www.kb-m.com
|
||||
* @license http://creativecommons.org/licenses/BSD/ BSD Licensese
|
||||
* @author Keyboard Monkeys Ltd.
|
||||
* @since Textroller 0.9
|
||||
* @package TextRoller
|
||||
* @packager Keyboard Monkeys
|
||||
*/
|
||||
|
||||
class Monkeys_AccessDeniedException extends Zend_Exception
|
||||
{
|
||||
public function __construct()
|
||||
{
|
||||
parent::__construct('Access Denied');
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user