mirror of
https://github.com/standardebooks/web.git
synced 2025-07-06 06:40:33 -04:00
Some more minor fixes, and checks for the temporary 'todo' tag
This commit is contained in:
parent
f3aa4f35fc
commit
fe03f01393
7 changed files with 58 additions and 13 deletions
6
lib/Exceptions/InvalidArtworkTagNameException.php
Normal file
6
lib/Exceptions/InvalidArtworkTagNameException.php
Normal file
|
@ -0,0 +1,6 @@
|
|||
<?
|
||||
namespace Exceptions;
|
||||
|
||||
class InvalidArtworkTagNameException extends AppException{
|
||||
protected $message = 'Artwork tags can only contain letters and numbers.';
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue