mirror of
https://github.com/standardebooks/web.git
synced 2025-07-07 07:10:29 -04:00
Add PropertyFromHttp trait and update codebase to use new pattern
This commit is contained in:
parent
c35c47b793
commit
acb30b897c
47 changed files with 851 additions and 527 deletions
7
lib/Exceptions/ArtworkTagNameRequiredException.php
Normal file
7
lib/Exceptions/ArtworkTagNameRequiredException.php
Normal file
|
@ -0,0 +1,7 @@
|
|||
<?
|
||||
namespace Exceptions;
|
||||
|
||||
class ArtworkTagNameRequiredException extends AppException{
|
||||
/** @var string $message */
|
||||
protected $message = 'Tag name is required.';
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue