]> git.mxchange.org Git - core.git/blobdiff - inc/main/exceptions/helper/class_FormClosedException.php
Continued:
[core.git] / inc / main / exceptions / helper / class_FormClosedException.php
index 252af2738e507f20e49f0e7d1b520aea80da850b..19b7a7a9261ba69a528b570468b5162f5298efcc 100644 (file)
@@ -2,6 +2,9 @@
 // Own namespace
 namespace CoreFramework\Deprecated;
 
+// Import framework stuff
+use CoreFramework\Generic\FrameworkException;
+
 /**
  * An exception thrown when the form is still closed but input field shall be
  * added to it. This should normally not happen, but well, who knows?