Update ExceptionTransformer.php

This commit is contained in:
James Brooks 2016-01-08 15:09:57 +00:00
parent b928c849e9
commit 54efdf75fe

View File

@ -11,7 +11,7 @@
namespace CachetHQ\Cachet\Foundation\Exceptions\Transformers;
use CachetHQ\Cachet\Exceptions\ExceptionInterface;
use CachetHQ\Cachet\Bus\Exceptions\ExceptionInterface;
use Exception;
use GrahamCampbell\Exceptions\Transformers\TransformerInterface;
use Illuminate\Database\Eloquent\ModelNotFoundException;