import v1.0.0-RC4 | 2009-05-20
This commit is contained in:
19
libs/Monkeys/BadUrlException.php
Executable file
19
libs/Monkeys/BadUrlException.php
Executable file
@ -0,0 +1,19 @@
|
||||
<?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_BadUrlException extends Zend_Exception
|
||||
{
|
||||
public function __construct($url)
|
||||
{
|
||||
parent::__construct("Bad URL: $url");
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user