Overview

Namespaces

  • ShippoClient
    • Entity
    • Http
      • Request
        • Addresses
        • Parcels
        • Shipments
        • Transactions
      • Response
        • Exception

Exceptions

  • BadResponseException
  • ClientErrorException
  • ServerErrorException
  • Overview
  • Namespace
  • Class

Class BadResponseException

Exception
Extended by ShippoClient\Http\Response\Exception\BadResponseException

Direct known subclasses

ShippoClient\Http\Response\Exception\ClientErrorException, ShippoClient\Http\Response\Exception\ServerErrorException
Namespace: ShippoClient\Http\Response\Exception
Located at Http/Response/Exception/BadResponseException.php
Methods summary
public
# __construct( string $message, integer $statusCode, array $request, array $response )

Parameters

$message
$statusCode
$request
$response

Overrides

Exception::__construct()
public
# getStatusCode( )
public
# getRequest( )
public
# getResponse( )
Methods inherited from Exception
__toString(), getCode(), getFile(), getLine(), getMessage(), getPrevious(), getTrace(), getTraceAsString()
Properties inherited from Exception
$code, $file, $line, $message
API documentation generated by ApiGen