X-Git-Url: https://git.mxchange.org/?p=core.git;a=blobdiff_plain;f=inc%2Fmain%2Fexceptions%2Fhelper%2Fclass_FormClosedException.php;h=19b7a7a9261ba69a528b570468b5162f5298efcc;hp=252af2738e507f20e49f0e7d1b520aea80da850b;hb=41d3328c52be0393e2912ab64f185df205dec828;hpb=9834f12b6c4754df364ae966d87ba389718a05a0 diff --git a/inc/main/exceptions/helper/class_FormClosedException.php b/inc/main/exceptions/helper/class_FormClosedException.php index 252af273..19b7a7a9 100644 --- a/inc/main/exceptions/helper/class_FormClosedException.php +++ b/inc/main/exceptions/helper/class_FormClosedException.php @@ -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?