]> git.mxchange.org Git - core.git/blobdiff - inc/main/exceptions/main/class_FatalErrorException.php
Finished first cleanup (still a lot is broken):
[core.git] / inc / main / exceptions / main / class_FatalErrorException.php
index 088b870396327795d33c87b9d224f7412595b31c..43b72b38962cd977143548d36cf5addea9c3e9b3 100644 (file)
@@ -1,4 +1,7 @@
 <?php
+// Own namespace
+namespace CoreFramework\Error;
+
 /**
  * An exception thrown when a "fatal" error has been captured by an error handler
  *
@@ -33,7 +36,5 @@ class FatalErrorException extends FrameworkException {
                // Call parent constructor
                parent::__construct($message, $code);
        }
-}
 
-// [EOF]
-?>
+}