web/lib/Exceptions/EbookMissingPlaceholderException.php
2024-12-13 11:46:36 -06:00

7 lines
198 B
PHP

<?
namespace Exceptions;
class EbookMissingPlaceholderException extends AppException{
/** @var string $message */
protected $message = 'Ebook is a placeholder, but has no placeholder object.';
}