mirror of
https://github.com/standardebooks/web.git
synced 2025-07-08 07:40:39 -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/InvalidCollectionException.php
Normal file
7
lib/Exceptions/InvalidCollectionException.php
Normal file
|
@ -0,0 +1,7 @@
|
|||
<?
|
||||
namespace Exceptions;
|
||||
|
||||
class InvalidCollectionException extends ValidationException{
|
||||
/** @var string $message */
|
||||
protected $message = 'Collection is invalid.';
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue