Some more minor fixes, and checks for the temporary 'todo' tag

This commit is contained in:
Alex Cabal 2024-01-18 21:25:22 -06:00
parent f3aa4f35fc
commit fe03f01393
7 changed files with 58 additions and 13 deletions

View file

@ -0,0 +1,6 @@
<?
namespace Exceptions;
class InvalidArtworkTagNameException extends AppException{
protected $message = 'Artwork tags can only contain letters and numbers.';
}