]> 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 9996702e26577ad676efbbcaee6eb3e1d70e3268..11b043b999b850c6dd40fb9d6b07e625d92372cc 100644 (file)
@@ -2,6 +2,9 @@
 // Own namespace
 namespace CoreFramework\State;
 
+// Import framework stuff
+use CoreFramework\Generic\FrameworkException;
+
 /**
  * This exception is thrown when an unexpected state is detected.
  *