mirror of
https://github.com/standardebooks/web.git
synced 2025-07-06 23:00:28 -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
|
@ -0,0 +1,7 @@
|
|||
<?
|
||||
namespace Exceptions;
|
||||
|
||||
class EbookWwwFilesystemPathRequiredException extends AppException{
|
||||
/** @var string $message */
|
||||
protected $message = 'Ebook WwwFilesystemPath required.';
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue