PHP 클래스 Horde_Imap_Client_Exception, horde

Additional server debug information MAY be found in the $details property.
저자: Michael Slusarz ([email protected])
상속: extends Horde_Exception_Wrapped
파일 보기 프로젝트 열기: horde/horde 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$raw_msg string Raw error message (in English).

공개 메소드들

메소드 설명
__construct ( string $message = null, code $code = null ) Constructor.
messagePrintf ( array $args = [] ) Perform substitution of variables in the error message.
setCode ( integer $code ) Allow the error code to be altered.
setMessage ( string $msg ) Allow the error message to be altered.

메소드 상세

__construct() 공개 메소드

Constructor.
public __construct ( string $message = null, code $code = null )
$message string Error message (non-translated).
$code code Error code.

messagePrintf() 공개 메소드

Needed to allow for correct translation of error message.
부터: 2.22.0
public messagePrintf ( array $args = [] )
$args array Arguments used for substitution.

setCode() 공개 메소드

Allow the error code to be altered.
public setCode ( integer $code )
$code integer Error code.

setMessage() 공개 메소드

Allow the error message to be altered.
public setMessage ( string $msg )
$msg string Error message.

프로퍼티 상세

$raw_msg 공개적으로 프로퍼티

Raw error message (in English).
부터: 2.18.0
public string $raw_msg
리턴 string