The super constructor for all exceptions.
Definition at line 32 of file class_FilterChainException.php. References FrameworkException.__toString(). 00032 { 00033 // Construct the message 00034 $message = sprintf("[%s:%d] Filter chain interruppted by fatal error in filter.", 00035 $filterInstance->__toString(), 00036 $this->getLine() 00037 ); 00038 00039 // Call the parent exception 00040 parent::__construct($message, $code); 00041 }
Here is the call graph for this function:
![]()
|
1.5.6