@@ -123,7 +123,7 @@ |
||
123 | 123 | $cache->release($key); |
124 | 124 | |
125 | 125 | if (is_object($result) && (is_subclass_of($result, '\\Error') || is_subclass_of($result, '\\Exception'))) { |
126 | - throw $result; |
|
126 | + throw $result; |
|
127 | 127 | } |
128 | 128 | |
129 | 129 | return $result; |
@@ -2,7 +2,6 @@ |
||
2 | 2 | |
3 | 3 | namespace ByJG\PHPThread\Handler; |
4 | 4 | |
5 | -use ByJG\Cache\CacheContext; |
|
6 | 5 | use ByJG\Cache\Engine\ShmopCacheEngine; |
7 | 6 | use RuntimeException; |
8 | 7 |