mirror of
https://github.com/standardebooks/web.git
synced 2025-07-07 23:30:35 -04:00
Add beginning of a project management system to placeholders
This commit is contained in:
parent
e56de4b19d
commit
adfe07aad9
42 changed files with 717 additions and 118 deletions
7
lib/Exceptions/StartedTimestampRequiredException.php
Normal file
7
lib/Exceptions/StartedTimestampRequiredException.php
Normal file
|
@ -0,0 +1,7 @@
|
|||
<?
|
||||
namespace Exceptions;
|
||||
|
||||
class StartedTimestampRequiredException extends AppException{
|
||||
/** @var string $message */
|
||||
protected $message = 'Started timestamp is required.';
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue