]> git.mxchange.org Git - core.git/blobdiff - inc/main/exceptions/state/class_UnresolveableStateException.php
renamed lib-local.php -> lib-lfdb.php because it really loads the "legendary"
[core.git] / inc / main / exceptions / state / class_UnresolveableStateException.php
index 0e7aaeac0bbf04671f1f753ecb82aee59bced45a..dcc0cd60242eb06ca22fb2fdb9bfaaaf048fd82b 100644 (file)
@@ -1,4 +1,10 @@
 <?php
+// Own namespace
+namespace CoreFramework\State;
+
+// Import framework stuff
+use CoreFramework\Generic\FrameworkException;
+
 /**
  * This exception is thrown when the default state is missing
  *
@@ -44,7 +50,5 @@ class UnresolveableStateException extends FrameworkException {
                // Call parent contructor with message
                parent::__construct($message, $code);
        }
-}
 
-// [EOF]
-?>
+}