PHP Class MC4WP_API_Exception

Inheritance: extends Exception
Mostra file Open project: dannyvankooten/mailchimp-for-wordpress

Public Properties

Property Type Description
$detail
$errors
$instance
$response array
$status
$title
$type

Public Methods

Method Description
__construct ( string $message, integer $code, array $response = null, mixed $data = null ) MC4WP_API_Exception constructor.
__toString ( ) : string

Method Details

__construct() public method

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 method

public __toString ( ) : string
return string

Property Details

$detail public_oe property

public $detail

$errors public_oe property

public $errors

$instance public_oe property

public $instance

$response public_oe property

public array $response
return array

$status public_oe property

public $status

$title public_oe property

public $title

$type public_oe property

public $type