mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2025-09-13 21:57:16 +02:00
Implemented Type and Layer validation for right
This commit is contained in:
7
application/src/Exception/NoValidChoice.php
Normal file
7
application/src/Exception/NoValidChoice.php
Normal file
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
|
||||
namespace App\Exception;
|
||||
|
||||
class NoValidChoice extends \Exception
|
||||
{
|
||||
}
|
Reference in New Issue
Block a user