PHP 클래스 OAuthSimpleException, oauthsimple

상속: extends Exception
파일 보기 프로젝트 열기: jrconlin/oauthsimple

공개 메소드들

메소드 설명
__construct ( string $err, boolean $isDebug = FALSE ) OAuthSimpleException constructor.
display_error ( string $err, boolean $kill = FALSE )
log_error ( string $err )

메소드 상세

__construct() 공개 메소드

OAuthSimpleException constructor.
public __construct ( string $err, boolean $isDebug = FALSE )
$err string
$isDebug boolean

display_error() 공개 정적인 메소드

public static display_error ( string $err, boolean $kill = FALSE )
$err string
$kill boolean

log_error() 공개 정적인 메소드

public static log_error ( string $err )
$err string