<?phpnamespace AwsLambdaException;use AwsExceptionAwsException;/** * Represents an error interacting with AWS Lambda */class LambdaException extends AwsException {}