<?phpnamespace AwsElasticLoadBalancingException;use AwsExceptionAwsException;/** * Represents an error interacting with the Elastic Load Balancing service. */class ElasticLoadBalancingException extends AwsException {}