Overview

Namespaces

  • mcfedr
    • Paypal
      • Exceptions
      • Notifications
      • Products
  • PHP

Exceptions

  • ACKException
  • CurlException
  • Exception
  • MasspayException
  • NotificationBusinessInvalidException
  • NotificationCurrencyInvalidException
  • NotificationInvalidException
  • NotificationVerificationException
  • RefundException
  • UnsupportedRefundException
  • Overview
  • Namespace
  • Class
  • Tree

Class ACKException

Paypal indicates a problem with an api call

Exception
Extended by mcfedr\Paypal\Exceptions\Exception
Extended by mcfedr\Paypal\Exceptions\ACKException

Direct known subclasses

mcfedr\Paypal\Exceptions\MasspayException, mcfedr\Paypal\Exceptions\RefundException
Abstract
Namespace: mcfedr\Paypal\Exceptions
Located at mcfedr/Paypal/Exceptions/ACKException.php
Methods summary
public
# __construct( array $response )

Parameters

$response
array
$response

Overrides

Exception::__construct()
public array
# getResponse( )

The complete response

The complete response

Returns

array
public string
# getLongMessage( )

Long message from paypal

Long message from paypal

Returns

string
public string
# getShortMessage( )

Short message from paypal

Short message from paypal

Returns

string
Methods inherited from Exception
__toString(), getCode(), getFile(), getLine(), getMessage(), getPrevious(), getTrace(), getTraceAsString()
Properties inherited from Exception
$code, $file, $line, $message
Paypal API documentation generated by ApiGen 2.8.0