Continued:
[core.git] / inc / main / exceptions / filter / class_FilterChainException.php
index 9797bb4e0a95634fa5f6df71c21d15b4f7cf004e..801cd47d0bc3f13cbde6f058f06f8b6a5e543bd5 100644 (file)
@@ -1,4 +1,7 @@
 <?php
+// Own namespace
+namespace CoreFramework\Filter\Chain;
+
 /**
  * An exception thrown in a filter chain to stop processing further filters
  *
@@ -39,7 +42,5 @@ class FilterChainException extends FrameworkException {
                // Call the parent exception
                parent::__construct($message, $code);
        }
-}
 
-// [EOF]
-?>
+}