mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2025-09-13 13:57:10 +02:00
Implemented draft for ActionManagement
This commit is contained in:
10
application/symfony/src/Exception/NotSecureException.php
Normal file
10
application/symfony/src/Exception/NotSecureException.php
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
namespace App\Exception;
|
||||
|
||||
/**
|
||||
* @author kevinfrantz
|
||||
*/
|
||||
class NotSecureException extends \Exception
|
||||
{
|
||||
}
|
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
namespace App\Exception;
|
||||
|
||||
/**
|
||||
* @author kevinfrantz
|
||||
*/
|
||||
class NotValidByFormException extends \Exception
|
||||
{
|
||||
}
|
6
application/symfony/src/Exception/README.md
Normal file
6
application/symfony/src/Exception/README.md
Normal file
@@ -0,0 +1,6 @@
|
||||
# Exceptions
|
||||
This folder containes all Exceptions which the software throws.
|
||||
|
||||
## todo
|
||||
|
||||
- Remove exception duplicates at the end
|
Reference in New Issue
Block a user