Optimized draft for UserSourceDirector and UserRight

This commit is contained in:
Kevin Frantz
2019-01-13 14:00:16 +01:00
parent 1dc428bcfd
commit 2837df25f8
12 changed files with 108 additions and 100 deletions

View File

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