]> git.mxchange.org Git - core.git/blobdiff - inc/main/exceptions/main/class_AssertionException.php
Finished first cleanup (still a lot is broken):
[core.git] / inc / main / exceptions / main / class_AssertionException.php
index f2e19fe313b7b3b2d491d289bdd2822ceb8cfd59..3217e530f1590c69dd3def40ee66fe6226e8e5c4 100644 (file)
@@ -1,4 +1,7 @@
 <?php
+// Own namespace
+namespace CoreFramework\Assertion;
+
 /**
  * An exception thrown when a assertion fails
  *
@@ -33,7 +36,5 @@ class AssertionException extends FrameworkException {
                // Call parent constructor
                parent::__construct($message, $code);
        }
-}
 
-// [EOF]
-?>
+}