aboutsummaryrefslogtreecommitdiff
path: root/lib/exceptions/FeatureDisabledException.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/exceptions/FeatureDisabledException.php')
-rw-r--r--lib/exceptions/FeatureDisabledException.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/exceptions/FeatureDisabledException.php b/lib/exceptions/FeatureDisabledException.php
index 16af0bf..52cbbdf 100644
--- a/lib/exceptions/FeatureDisabledException.php
+++ b/lib/exceptions/FeatureDisabledException.php
@@ -1,5 +1,5 @@
<?php
-class FeatureDisabledException extends StudipException
+class FeatureDisabledException extends Studip\Exception
{
public function __construct($message = '', $code = 0, Exception $previous = null)
{