Prepared refactoring of exceptions

This commit is contained in:
Kevin Frantz
2019-04-14 21:53:39 +02:00
parent 0e1d5ea024
commit 48a98cfc63
22 changed files with 125 additions and 22 deletions

View File

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