]> git.mxchange.org Git - core.git/blobdiff - inc/main/exceptions/main/class_NoClassException.php
renamed lib-local.php -> lib-lfdb.php because it really loads the "legendary"
[core.git] / inc / main / exceptions / main / class_NoClassException.php
index 1d666c4d14e1eebff7558521b9a6bada8fe8e45c..292d9f7538a18e0dddbb236a887e6d11248d8f6c 100644 (file)
@@ -1,4 +1,10 @@
 <?php
+// Own namespace
+namespace CoreFramework\Loader;
+
+// Import framework stuff
+use CoreFramework\Generic\FrameworkException;
+
 /**
  * An exception thrown when a class was not found
  *
@@ -43,7 +49,5 @@ class NoClassException extends FrameworkException {
                // Call parent constructor
                parent::__construct($message, $code);
        }
-}
 
-// [EOF]
-?>
+}