mirror of
https://github.com/standardebooks/web.git
synced 2025-07-14 10:31:59 -04:00
Add placeholders for ebooks
This commit is contained in:
parent
cf5f488cae
commit
1ab95df084
52 changed files with 1192 additions and 237 deletions
|
@ -0,0 +1,7 @@
|
|||
<?
|
||||
namespace Exceptions;
|
||||
|
||||
class InvalidEbookPlaceholderYearPublishedException extends AppException{
|
||||
/** @var string $message */
|
||||
protected $message = 'Invalid ebook placeholder year published.';
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue