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