PHP 클래스 core\Error

상속: extends core\Exception
파일 보기 프로젝트 열기: sendya/shadowsocks-panel 1 사용 예제들

공개 메소드들

메소드 설명
__construct ( string $message = 'Internal Server Error', integer $code, Throwable $previous = null, array $trace = [] ) Create a Exception
formatBackTrace ( ) : string Format backtrace information
handlePHPError ( $errNo, $errStr, $errFile, $errLine )
handleUncaughtException ( Throwable $instance )
registerHandler ( ) Register custom handler for uncaught exception and errors

메소드 상세

__construct() 공개 메소드

Create a Exception
public __construct ( string $message = 'Internal Server Error', integer $code, Throwable $previous = null, array $trace = [] )
$message string Error message
$code integer Error code
$previous Throwable Previous exception
$trace array Backtrace information

formatBackTrace() 공개 메소드

Format backtrace information
public formatBackTrace ( ) : string
리턴 string Formatted backtrace information

handlePHPError() 공개 정적인 메소드

public static handlePHPError ( $errNo, $errStr, $errFile, $errLine )

handleUncaughtException() 공개 정적인 메소드

public static handleUncaughtException ( Throwable $instance )
$instance Throwable Exception or Error instance

registerHandler() 공개 정적인 메소드

Register custom handler for uncaught exception and errors
public static registerHandler ( )