]> git.mxchange.org Git - core.git/blobdiff - inc/main/exceptions/state/class_InvalidStateInstanceException.php
Continued:
[core.git] / inc / main / exceptions / state / class_InvalidStateInstanceException.php
index 9aef5b8c815e2bbc151d082c047e469a804dabe6..08815bb11c79e39fad4f3e75db2d67392274cbb0 100644 (file)
@@ -1,4 +1,7 @@
 <?php
+// Own namespace
+namespace CoreFramework\State;
+
 /**
  * This exception is thrown when a state instance is invalid
  *
@@ -41,7 +44,5 @@ class InvalidStateInstanceException extends FrameworkException {
                // Call parent constructor
                parent::__construct($message, $code);
        }
-}
 
-// [EOF]
-?>
+}