PayPal\Exception\PPMissingCredentialException::__construct PHP Method

__construct() public method

public __construct ( $message = null, $code )
    public function __construct($message = null, $code = 0)
    {
        parent::__construct($message, $code);
    }
PPMissingCredentialException