diff --git a/src/ApcuCache.php b/src/ApcuCache.php index 21922e5..53560b3 100644 --- a/src/ApcuCache.php +++ b/src/ApcuCache.php @@ -3,7 +3,7 @@ namespace MrEssex\FileCache; use DateInterval; -use Psr\SimpleCache\InvalidArgumentException; +use MrEssex\FileCache\Exceptions\InvalidArgumentException; class ApcuCache extends AbstractCache {