web/lib/Exceptions/MissingEbookException.php
2024-05-10 23:38:57 -05:00

7 lines
217 B
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?
namespace Exceptions;
class MissingEbookException extends AppException{
/** @var string $message */
protected $message = 'Artwork marked as “in use”, but the ebook couldnt be found in the filesystem.';
}