mirror of
https://github.com/standardebooks/web.git
synced 2025-07-18 12:26:39 -04:00
Add beginning of a project management system to placeholders
This commit is contained in:
parent
e56de4b19d
commit
adfe07aad9
42 changed files with 717 additions and 118 deletions
7
lib/Exceptions/EbookIsNotAPlaceholderException.php
Normal file
7
lib/Exceptions/EbookIsNotAPlaceholderException.php
Normal file
|
@ -0,0 +1,7 @@
|
|||
<?
|
||||
namespace Exceptions;
|
||||
|
||||
class EbookIsNotAPlaceholderException extends AppException{
|
||||
/** @var string $message */
|
||||
protected $message = 'This project’s ebook is already released, and not a placeholder.';
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue