Continued:
[core.git] / inc / main / exceptions / filter / class_FilterChainException.php
index 801cd47d0bc3f13cbde6f058f06f8b6a5e543bd5..992636d8feca1c0ef37e3279783d116c33bd0901 100644 (file)
@@ -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
  *