Create exception interfaces

This commit is contained in:
James Brooks
2017-07-24 18:33:57 +01:00
parent ddc583c90f
commit c1f298361b
10 changed files with 217 additions and 2 deletions
@@ -11,7 +11,6 @@
namespace CachetHQ\Cachet\Bus\Exceptions\Incident;
use CachetHQ\Cachet\Bus\Exceptions\ExceptionInterface;
use Exception;
/**
@@ -19,7 +18,7 @@ use Exception;
*
* @author James Brooks <james@alt-three.com>
*/
class InvalidIncidentTimestampException extends Exception implements ExceptionInterface
class InvalidIncidentTimestampException extends Exception implements IncidentExceptionInterface
{
//
}