Continued:
[core.git] / inc / main / exceptions / state / class_UnresolveableStateException.php
index 0e7aaeac0bbf04671f1f753ecb82aee59bced45a..1b4973fe138f6fb8575814f78e011958c90fb51e 100644 (file)
@@ -1,4 +1,7 @@
 <?php
+// Own namespace
+namespace CoreFramework\State;
+
 /**
  * This exception is thrown when the default state is missing
  *
@@ -44,7 +47,5 @@ class UnresolveableStateException extends FrameworkException {
                // Call parent contructor with message
                parent::__construct($message, $code);
        }
-}
 
-// [EOF]
-?>
+}