mirror of
https://github.com/standardebooks/web.git
synced 2025-07-08 15:50:29 -04:00
Ebook validation: Trim properties that are present
This commit is contained in:
parent
221c2ff347
commit
8a61713fa4
2 changed files with 79 additions and 29 deletions
7
lib/Exceptions/EbookLanguageRequiredException.php
Normal file
7
lib/Exceptions/EbookLanguageRequiredException.php
Normal file
|
@ -0,0 +1,7 @@
|
|||
<?
|
||||
namespace Exceptions;
|
||||
|
||||
class EbookLanguageRequiredException extends AppException{
|
||||
/** @var string $message */
|
||||
protected $message = 'Ebook language required.';
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue