Skip to content

Commit

Permalink
Imported Exception
Browse files Browse the repository at this point in the history
  • Loading branch information
MaartenGDev committed Oct 1, 2016
1 parent 110f24e commit 735abcc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/Exceptions/CacheEntryNotFoundException.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@

namespace MaartenGDev\Exceptions;

class CacheEntryNotFound extends \Exception
use Exception;

class CacheEntryNotFound extends Exception
{

}

0 comments on commit 735abcc

Please sign in to comment.