mirror of
https://github.com/standardebooks/web.git
synced 2025-07-07 15:20:32 -04:00
Handle nullable and non-nullable validation consistently
This commit is contained in:
parent
783a41a1ba
commit
0eaf2e8e47
8 changed files with 269 additions and 111 deletions
7
lib/Exceptions/EbookReadingEaseRequiredException.php
Normal file
7
lib/Exceptions/EbookReadingEaseRequiredException.php
Normal file
|
@ -0,0 +1,7 @@
|
|||
<?
|
||||
namespace Exceptions;
|
||||
|
||||
class EbookReadingEaseRequiredException extends AppException{
|
||||
/** @var string $message */
|
||||
protected $message = 'Ebook ReadingEase required.';
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue