Overview

Namespaces

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

Exceptions

  • Exception
  • ParserException
  • StatusCodeException
  • Overview
  • Namespace
  • Class

Class StatusCodeException

Exception thrown when response has a status code other than 200 OK.

Exception code holds the received HTTP status code, while message holds its textual representation (e.g.: Bad Request).

Exception
Extended by RuntimeException
Extended by Antavo\RestClient\Exceptions\Exception
Extended by Antavo\RestClient\Exceptions\StatusCodeException
Namespace: Antavo\RestClient\Exceptions
Located at rest-client/src/Exceptions/StatusCodeException.php
Methods inherited from Exception
__construct(), __toString(), getCode(), getFile(), getLine(), getMessage(), getPrevious(), getTrace(), getTraceAsString()
API documentation generated by ApiGen