Implemented Type and Layer validation for right

This commit is contained in:
Kevin Frantz
2018-12-29 16:38:31 +01:00
parent 0aac336609
commit 0c66e7a42a
3 changed files with 43 additions and 3 deletions

View File

@@ -0,0 +1,7 @@
<?php
namespace App\Exception;
class NoValidChoice extends \Exception
{
}