You are here

class InvalidAccessTokenException in TMGMT Translator Smartling 8.3

Same name and namespace in other branches
  1. 8.4 vendor/smartling/api-sdk-php/src/Exceptions/InvalidAccessTokenException.php \Smartling\Exceptions\InvalidAccessTokenException
  2. 8.2 api-sdk-php/src/Exceptions/InvalidAccessTokenException.php \Smartling\Exceptions\InvalidAccessTokenException
  3. 8.2 vendor/smartling/api-sdk-php/src/Exceptions/InvalidAccessTokenException.php \Smartling\Exceptions\InvalidAccessTokenException

Hierarchy

Expanded class hierarchy of InvalidAccessTokenException

1 file declares its use of InvalidAccessTokenException
AuthApiInterface.php in vendor/smartling/api-sdk-php/src/AuthApi/AuthApiInterface.php

File

vendor/smartling/api-sdk-php/src/Exceptions/InvalidAccessTokenException.php, line 5

Namespace

Smartling\Exceptions
View source
class InvalidAccessTokenException extends SmartlingApiException {

}

Members

Namesort descending Modifiers Type Description Overrides
SmartlingApiException::$errors protected property Errors.
SmartlingApiException::ERROR_OUTPUT_SEPARATOR constant
SmartlingApiException::formatErrors public function Format errors.
SmartlingApiException::getErrors public function Return list of Smartling response errors.
SmartlingApiException::getErrorsByKey public function Get list of errors by specified key.
SmartlingApiException::__construct public function SmartlingApiException constructor.