PayPal\Exception\PPConnectionException::__construct PHP Method

__construct() public method

public __construct ( $url, $message, $code )
    public function __construct($url, $message, $code = 0)
    {
        parent::__construct($message, $code);
        $this->url = $url;
    }