diff options
Diffstat (limited to 'lib/classes/cache/Exception.php')
| -rw-r--r-- | lib/classes/cache/Exception.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/classes/cache/Exception.php b/lib/classes/cache/Exception.php index 061d090..d4ebe12 100644 --- a/lib/classes/cache/Exception.php +++ b/lib/classes/cache/Exception.php @@ -21,7 +21,7 @@ namespace Studip\Cache; * The CacheException class is an implementation of the CacheException interface * of PSR-6 that behaves like a StudipException. */ -class Exception extends \StudipException implements \Psr\Cache\CacheException +class Exception extends \Studip\Exception implements \Psr\Cache\CacheException { //Nothing here, since there is nothing to implement. } |
