mirror of
https://github.com/standardebooks/web.git
synced 2025-07-18 20:36:38 -04:00
Initial commit
This commit is contained in:
commit
28c8a3f0ba
136 changed files with 13350 additions and 0 deletions
10
lib/SeeOtherEbookException.php
Normal file
10
lib/SeeOtherEbookException.php
Normal file
|
@ -0,0 +1,10 @@
|
|||
<?
|
||||
class SeeOtherEbookException extends \Exception{
|
||||
public $Url;
|
||||
|
||||
public function __construct($url = ''){
|
||||
$this->Url = $url;
|
||||
parent::__construct('This ebook is at a different URL: ' . $url);
|
||||
}
|
||||
}
|
||||
?>
|
Loading…
Add table
Add a link
Reference in a new issue