mirror of
https://github.com/standardebooks/web.git
synced 2025-07-06 14:50:39 -04:00
Fix error handling for duplicate ebook placeholders
This commit is contained in:
parent
047a76b788
commit
d9fe3e9303
3 changed files with 17 additions and 15 deletions
7
lib/Exceptions/EbookPlaceholderExistsException.php
Normal file
7
lib/Exceptions/EbookPlaceholderExistsException.php
Normal file
|
@ -0,0 +1,7 @@
|
|||
<?
|
||||
namespace Exceptions;
|
||||
|
||||
class EbookPlaceholderExistsException extends AppException{
|
||||
/** @var string $message */
|
||||
protected $message = 'An ebook placeholder for this book already exists.';
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue