mirror of
https://github.com/standardebooks/web.git
synced 2025-07-10 00:30:28 -04:00
Additional Ebook validation
This commit is contained in:
parent
3ef1af1237
commit
032032b920
22 changed files with 262 additions and 2 deletions
6
lib/Exceptions/EbookDescriptionRequiredException.php
Normal file
6
lib/Exceptions/EbookDescriptionRequiredException.php
Normal file
|
@ -0,0 +1,6 @@
|
|||
<?
|
||||
namespace Exceptions;
|
||||
|
||||
class EbookDescriptionRequiredException extends AppException{
|
||||
protected $message = 'Ebook Description required.';
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue