web/lib/Exceptions/ArtistHasArtworkException.php
2025-03-06 14:28:26 -06:00

7 lines
189 B
PHP

<?
namespace Exceptions;
class ArtistHasArtworkException extends AppException{
/** @var string $message */
protected $message = 'Artist has associated artwork and cannot be deleted.';
}