mirror of
https://github.com/standardebooks/web.git
synced 2025-07-06 06:40:33 -04:00
Standardize trim and other validation of nullable and non-nullable properties
This commit is contained in:
parent
0eaf2e8e47
commit
85307a7c7e
21 changed files with 347 additions and 16 deletions
7
lib/Exceptions/GitCommitMessageRequiredException.php
Normal file
7
lib/Exceptions/GitCommitMessageRequiredException.php
Normal file
|
@ -0,0 +1,7 @@
|
|||
<?
|
||||
namespace Exceptions;
|
||||
|
||||
class GitCommitMessageRequiredException extends AppException{
|
||||
/** @var string $message */
|
||||
protected $message = 'GitCommit message required.';
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue