]> git.mxchange.org Git - core.git/blobdiff - inc/main/exceptions/state/class_UnexpectedStateException.php
Continued:
[core.git] / inc / main / exceptions / state / class_UnexpectedStateException.php
index 09d07815805261a194acd9a6b12ad95c66481aea..9996702e26577ad676efbbcaee6eb3e1d70e3268 100644 (file)
@@ -1,4 +1,7 @@
 <?php
+// Own namespace
+namespace CoreFramework\State;
+
 /**
  * This exception is thrown when an unexpected state is detected.
  *
@@ -39,7 +42,5 @@ class UnexpectedStateException extends FrameworkException {
                // Call parent exception constructor
                parent::__construct($message, $code);
        }
-}
 
-// [EOF]
-?>
+}