downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

SCA> <OAuth::setVersion
Last updated: Fri, 13 Nov 2009

view this page in

OAuthException クラス

導入

この例外は、OAuth 拡張モジュールの使用中に例外エラーが発生したときにスローされます。 デバッグに有用な情報が含まれています。

クラス概要

OAuthException
OAuthException extends Exception {
/* プロパティ */
public $lastResponse ;
/* 継承したメソッド */
final public string Exception::getMessage ( void )
final public Exception Exception::getPrevious ( void )
final public int Exception::getCode ( void )
final public string Exception::getFile ( void )
final public int Exception::getLine ( void )
final public array Exception::getTrace ( void )
final public string Exception::getTraceAsString ( void )
public string Exception::__toString ( void )
final private void Exception::__clone ( void )
}

プロパティ

message

問題点についての人間が読める形式のメッセージ。

code

例外コード。

file

例外がスローされたファイル。

line

例外がスローされたファイル。

lastResponse

発生した例外のレスポンス (存在する場合)。



add a note add a note User Contributed Notes
OAuthException
There are no user contributed notes for this page.

SCA> <OAuth::setVersion
Last updated: Fri, 13 Nov 2009
 
 
show source | credits | stats | sitemap | contact | advertising | mirror sites