Skip to content

Commit dd145de

Browse files
committed
Make CacheException extend Throwable
1 parent 0f32180 commit dd145de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/CacheException.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
/**
66
* Interface used for all types of exceptions thrown by the implementing library.
77
*/
8-
interface CacheException
8+
interface CacheException extends \Throwable
99
{
1010
}

0 commit comments

Comments
 (0)