Introduced namespaces:
[core.git] / inc / main / exceptions / language / class_LanguagePathIsEmptyException.php
index 6540767a7d7aafc23f1b5c7a7f0f190e1b582af5..5e8191bc7f205bece715701998288be34d28e7e4 100644 (file)
@@ -1,4 +1,10 @@
 <?php
+// Own namespace
+namespace CoreFramework\Localization;
+
+// Load framework stuff
+use CoreFramework\Generic\FrameworkInterface;
+
 /**
  * An exception thrown when the language path string is empty
  *
@@ -39,7 +45,5 @@ class LanguagePathIsEmptyException extends FrameworkException {
                // Call parent constructor
                parent::__construct($message, $code);
        }
-}
 
-// [EOF]
-?>
+}