Overview

Namespaces

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

Exceptions

  • Exception
  • ExpiredException
  • InvalidDigestException
  • InvalidPayloadException
  • Overview
  • Namespace
  • Class

Namespace Antavo\SignedToken\Exceptions

Exceptions summary
Exception

An ancestor class for all exception types thrown when working with Antavo\SignedToken\SignedToken objects.

ExpiredException

Exception thrown from Antavo\SignedToken\SignedToken::setToken() when token is expired.

InvalidDigestException

Exception thrown when token integrity check fails in Antavo\SignedToken\SignedToken::setToken().

InvalidPayloadException

Exception thrown when a token holds invalid payload data (it should be a PHP array when unpacked). It is thrown from Antavo\SignedToken\SignedToken::setToken().

API documentation generated by ApiGen