Overview

Namespaces

  • Antavo
    • RestClient
      • Exceptions
    • SignedToken
      • Exceptions
  • PHP

Classes

  • Antavo\ApiClient
  • Antavo\CustomerToken
  • Antavo\RestClient\RestClient
  • Antavo\SignedToken\SignedToken

Exceptions

  • Antavo\ApiClientException
  • Antavo\RestClient\Exceptions\Exception
  • Antavo\RestClient\Exceptions\ParserException
  • Antavo\RestClient\Exceptions\StatusCodeException
  • Antavo\SignedToken\Exceptions\Exception
  • Antavo\SignedToken\Exceptions\ExpiredException
  • Antavo\SignedToken\Exceptions\InvalidDigestException
  • Antavo\SignedToken\Exceptions\InvalidPayloadException
  • Exception
  • RuntimeException
  • Overview
  • Namespace
  • Class
 1:  2:  3:  4:  5:  6:  7:  8:  9: 10: 11: 
<?php
namespace Antavo\RestClient\Exceptions;

/**
 * Exception thrown when response has a status code other than <tt>200 OK</tt>.
 *
 * Exception code holds the received HTTP status code, while message holds its
 * textual representation (e.g.: <tt>Bad Request</tt>).
 */
class StatusCodeException extends Exception {}
API documentation generated by ApiGen