PHP 클래스 App\Exceptions\PrettyPageException

상속: extends App\Exceptions\Exception
파일 보기 프로젝트 열기: printempw/blessing-skin-server

공개 메소드들

메소드 설명
__construct ( string $message = "Error occured.", integer $code, $render = false ) Custom error handler
showErrorPage ( )

메소드 상세

__construct() 공개 메소드

Custom error handler
public __construct ( string $message = "Error occured.", integer $code, $render = false )
$message string
$code integer

showErrorPage() 공개 메소드

public showErrorPage ( )