Implemented draft for ActionManagement

This commit is contained in:
Kevin Frantz
2019-01-27 15:28:25 +01:00
parent f7242f725e
commit 707df1b951
46 changed files with 686 additions and 831 deletions

View File

@@ -0,0 +1,10 @@
<?php
namespace App\Exception;
/**
* @author kevinfrantz
*/
class NotSecureException extends \Exception
{
}

View File

@@ -0,0 +1,10 @@
<?php
namespace App\Exception;
/**
* @author kevinfrantz
*/
class NotValidByFormException extends \Exception
{
}

View File

@@ -0,0 +1,6 @@
# Exceptions
This folder containes all Exceptions which the software throws.
## todo
- Remove exception duplicates at the end