mirror of
https://github.com/standardebooks/web.git
synced 2025-07-06 14:50:39 -04:00
7 lines
180 B
PHP
7 lines
180 B
PHP
<?
|
|
namespace Exceptions;
|
|
|
|
class EbookUpdatedDatetimeRequiredException extends AppException{
|
|
/** @var string $message */
|
|
protected $message = 'EbookUpdated datetime required.';
|
|
}
|