Skip to content
This repository has been archived by the owner on Jun 15, 2022. It is now read-only.

Commit

Permalink
Add Exception use statement
Browse files Browse the repository at this point in the history
  • Loading branch information
مِيزَانُ الْدِّينْ عَبْدُ ذِيْ الْجَلَالِ وَ الْإِكْرَامِ committed Sep 27, 2019
1 parent d125a14 commit bcb8d2b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
vendor/
.idea/
2 changes: 1 addition & 1 deletion src/Memcached.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

use Cache\Namespaced\NamespacedCachePool;
use Cache\Adapter\Memcached\MemcachedCachePool;
use Vesica\Cacher\Cacher;
use Exception;

class Memcached extends Cacher
{
Expand Down
2 changes: 1 addition & 1 deletion src/Redis.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

use Cache\Namespaced\NamespacedCachePool;
use Cache\Adapter\Redis\RedisCachePool;
use Vesica\Cacher\Cacher;
use Exception;

class Redis extends Cacher
{
Expand Down

0 comments on commit bcb8d2b

Please sign in to comment.