Implemented OptionalGetParameterService

This commit is contained in:
Kevin Frantz
2019-03-16 20:20:13 +01:00
parent 7f3f43156a
commit b6819b6db0
5 changed files with 230 additions and 6 deletions

View File

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