web/lib/Exceptions/EbookPlaceholderExistsException.php

7 lines
193 B
PHP

<?
namespace Exceptions;
class EbookPlaceholderExistsException extends AppException{
/** @var string $message */
protected $message = 'An ebook placeholder for this book already exists.';
}