web/lib/Exceptions/ArtworkAlreadyExistsException.php
Mike Colagrosso 6a5c05511a Add cover art database
Co-authored-by: Job Curtis <job.curtis@gmail.com>
Co-authored-by: Alex Cabal <alex@standardebooks.org>
2024-01-03 19:14:04 -06:00

6 lines
153 B
PHP

<?
namespace Exceptions;
class ArtworkAlreadyExistsException extends AppException{
protected $message = 'An artwork with this name already exists.';
}