Mailgun\Resource\Api\ErrorResponse::__construct PHP Method

__construct() private method

private __construct ( $message, string $error )
$error string
    private function __construct($message, $error)
    {
        $this->message = $message;
        $this->error = $error;
    }