PHP Class OAuthSimpleException, oauthsimple

Inheritance: extends Exception
Show file Open project: jrconlin/oauthsimple

Public Methods

Method Description
__construct ( string $err, boolean $isDebug = FALSE ) OAuthSimpleException constructor.
display_error ( string $err, boolean $kill = FALSE )
log_error ( string $err )

Method Details

__construct() public method

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

display_error() public static method

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

log_error() public static method

public static log_error ( string $err )
$err string