PHP Class Kohana_Exception, kohanaframework.org

Inheritance: extends Kohana_Kohana_Exception
Afficher le fichier Open project: kohana/kohanaframework.org Class Usage Examples

Méthodes publiques

Méthode 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 méthode

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
Résultat boolean