mirror of
https://github.com/standardebooks/web.git
synced 2025-07-14 18:42:00 -04:00
Add placeholders for ebooks
This commit is contained in:
parent
cf5f488cae
commit
1ab95df084
52 changed files with 1192 additions and 237 deletions
7
lib/Exceptions/EbookMissingPlaceholderException.php
Normal file
7
lib/Exceptions/EbookMissingPlaceholderException.php
Normal file
|
@ -0,0 +1,7 @@
|
|||
<?
|
||||
namespace Exceptions;
|
||||
|
||||
class EbookMissingPlaceholderException extends AppException{
|
||||
/** @var string $message */
|
||||
protected $message = 'Ebook is a placeholder, but has no placeholder object.';
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue