PHP 클래스 MC4WP_API_Exception

상속: extends Exception
파일 보기 프로젝트 열기: dannyvankooten/mailchimp-for-wordpress

공개 프로퍼티들

프로퍼티 타입 설명
$detail
$errors
$instance
$response array
$status
$title
$type

공개 메소드들

메소드 설명
__construct ( string $message, integer $code, array $response = null, mixed $data = null ) MC4WP_API_Exception constructor.
__toString ( ) : string

메소드 상세

__construct() 공개 메소드

MC4WP_API_Exception constructor.
public __construct ( string $message, integer $code, array $response = null, mixed $data = null )
$message string
$code integer
$response array
$data mixed

__toString() 공개 메소드

public __toString ( ) : string
리턴 string

프로퍼티 상세

$detail 공개적으로 프로퍼티

public $detail

$errors 공개적으로 프로퍼티

public $errors

$instance 공개적으로 프로퍼티

public $instance

$response 공개적으로 프로퍼티

public array $response
리턴 array

$status 공개적으로 프로퍼티

public $status

$title 공개적으로 프로퍼티

public $title

$type 공개적으로 프로퍼티

public $type