class AcquiaLiftNotFoundException in Acquia Lift Connector 7
Same name and namespace in other branches
- 7.2 includes/acquia_lift.classes.inc \AcquiaLiftNotFoundException
Hierarchy
- class \AcquiaLiftException extends \Exception
Expanded class hierarchy of AcquiaLiftNotFoundException
1 string reference to 'AcquiaLiftNotFoundException'
- 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 1934 - Provides an agent type for Acquia Lift
View source
class AcquiaLiftNotFoundException extends AcquiaLiftClientErrorException {
}