class AcquiaLiftServerErrorException in Acquia Lift Connector 7
Same name and namespace in other branches
- 7.2 includes/acquia_lift.classes.inc \AcquiaLiftServerErrorException
Hierarchy
- class \AcquiaLiftException extends \Exception
Expanded class hierarchy of AcquiaLiftServerErrorException
1 string reference to 'AcquiaLiftServerErrorException'
- AcquiaLiftAPI::mapBadResponseToExceptionClass in includes/
acquia_lift.classes.inc - Maps the passed in response code to an exception class to use.
File
- includes/
acquia_lift.classes.inc, line 1932 - Provides an agent type for Acquia Lift
View source
class AcquiaLiftServerErrorException extends AcquiaLiftException {
}