class InvalidAccessTokenException in TMGMT Translator Smartling 8.4
Same name and namespace in other branches
- 8.2 api-sdk-php/src/Exceptions/InvalidAccessTokenException.php \Smartling\Exceptions\InvalidAccessTokenException
- 8.2 vendor/smartling/api-sdk-php/src/Exceptions/InvalidAccessTokenException.php \Smartling\Exceptions\InvalidAccessTokenException
- 8.3 vendor/smartling/api-sdk-php/src/Exceptions/InvalidAccessTokenException.php \Smartling\Exceptions\InvalidAccessTokenException
Hierarchy
- class \Smartling\Exceptions\SmartlingApiException extends \Exception
- class \Smartling\Exceptions\InvalidAccessTokenException
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\ExceptionsView source
class InvalidAccessTokenException extends SmartlingApiException {
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
SmartlingApiException:: |
protected | property | Errors. | |
SmartlingApiException:: |
constant | |||
SmartlingApiException:: |
public | function | Format errors. | |
SmartlingApiException:: |
public | function | Return list of Smartling response errors. | |
SmartlingApiException:: |
public | function | Get list of errors by specified key. | |
SmartlingApiException:: |
public | function | SmartlingApiException constructor. |