PHP 클래스 Kohana_Exception, kohanaframework.org

상속: extends Kohana_Kohana_Exception
파일 보기 프로젝트 열기: kohana/kohanaframework.org 1 사용 예제들

공개 메소드들

메소드 설명
handler ( Exception $e ) : boolean Inline exception handler, displays the error message, source of the exception, and the stack trace of the error.

메소드 상세

handler() 공개 정적인 메소드

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
리턴 boolean