Reordered class declaration (not supported on some systems)

SVN:trunk[716]
This commit is contained in:
Romain Quetiez
2010-08-30 13:32:21 +00:00
parent 1d0f0231a4
commit ed1abec39d

View File

@@ -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
{
}
?>