Incomplete SocketRegistry class added, code cosmetics applied
[core.git] / inc / classes / exceptions / filter / class_FilterChainException.php
index 85f2c91ed98b5f89687fe5f898ebce3bc06bc2e4..7f3b4d8dd78c944759e8f6b71c444dc30a8dd763 100644 (file)
@@ -29,7 +29,7 @@ class FilterChainException extends FrameworkException {
         * @param       $code                           Exception code for better debugging
         * @return      void
         */
-       public function __construct(Filterable $filterInstance, $code) {
+       public function __construct (Filterable $filterInstance, $code) {
                // Construct the message
                $message = sprintf("[%s:%d] Filter chain interruppted by fatal error in filter.",
                        $filterInstance->__toString(),