PHP Class Kohana_Exception, kohanaframework.org

Inheritance: extends Kohana_Kohana_Exception
Show file Open project: kohana/kohanaframework.org Class Usage Examples

Public Methods

Method Description
handler ( Exception $e ) : boolean Inline exception handler, displays the error message, source of the exception, and the stack trace of the error.

Method Details

handler() public static method

Inline exception handler, displays the error message, source of the exception, and the stack trace of the error.
public static handler ( Exception $e ) : boolean
$e Exception
return boolean