X-Git-Url: https://git.mxchange.org/?p=core.git;a=blobdiff_plain;f=inc%2Fmain%2Fexceptions%2Ffilter%2Fclass_FilterChainException.php;h=992636d8feca1c0ef37e3279783d116c33bd0901;hp=801cd47d0bc3f13cbde6f058f06f8b6a5e543bd5;hb=41d3328c52be0393e2912ab64f185df205dec828;hpb=9834f12b6c4754df364ae966d87ba389718a05a0 diff --git a/inc/main/exceptions/filter/class_FilterChainException.php b/inc/main/exceptions/filter/class_FilterChainException.php index 801cd47d..992636d8 100644 --- a/inc/main/exceptions/filter/class_FilterChainException.php +++ b/inc/main/exceptions/filter/class_FilterChainException.php @@ -2,6 +2,9 @@ // Own namespace namespace CoreFramework\Filter\Chain; +// Import framework stuff +use CoreFramework\Generic\FrameworkException; + /** * An exception thrown in a filter chain to stop processing further filters *