PATH:
home
/
lab2454c
/
keebchat.com
/
core
/
libs
/
paypal
/
vendor
/
paypal
/
rest-api-sdk-php
/
lib
/
PayPal
/
Exception
<?php namespace PayPal\Exception; /** * Class PayPalConfigurationException * * @package PayPal\Exception */ class PayPalConfigurationException extends \Exception { /** * Default Constructor * * @param string|null $message * @param int $code */ public function __construct($message = null, $code = 0) { parent::__construct($message, $code); } }
[-] PayPalInvalidCredentialException.php
[edit]
[+]
..
[-] PayPalConfigurationException.php
[edit]
[-] PayPalConnectionException.php
[edit]
[-] PayPalMissingCredentialException.php
[edit]