mirror of
https://github.com/standardebooks/web.git
synced 2025-07-08 15:50:29 -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
5
lib/Exceptions/InvalidProjectException.php
Normal file
5
lib/Exceptions/InvalidProjectException.php
Normal file
|
@ -0,0 +1,5 @@
|
|||
<?
|
||||
namespace Exceptions;
|
||||
|
||||
class InvalidProjectException extends ValidationException{
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue