<?phpnamespace AwsElasticBeanstalkException;use AwsExceptionAwsException;/** * Represents an error interacting with the AWS Elastic Beanstalk service. */class ElasticBeanstalkException extends AwsException {}