mirror of
https://github.com/standardebooks/web.git
synced 2025-07-07 07:10: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
|
@ -1,5 +1,7 @@
|
|||
<?
|
||||
namespace Exceptions;
|
||||
|
||||
class InvalidGitCommitException extends AppException{
|
||||
class InvalidGitCommitException extends ValidationException{
|
||||
/** @var string $message */
|
||||
protected $message = 'Git commit is invalid.';
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue