diff --git a/core/coreexception.class.inc.php b/core/coreexception.class.inc.php index b11da9003..039a38814 100644 --- a/core/coreexception.class.inc.php +++ b/core/coreexception.class.inc.php @@ -25,10 +25,6 @@ -class SecurityException extends CoreException -{ -} - class CoreException extends Exception { public function __construct($sIssue, $aContextData = null, $sImpact = '') @@ -111,4 +107,8 @@ class CoreUnexpectedValue extends CoreException { } +class SecurityException extends CoreException +{ +} + ?>