<?phpnamespace AwsEc2Exception;use AwsExceptionAwsException;/** * Represents an error interacting with the Amazon Elastic Compute Cloud service. */class Ec2Exception extends AwsException {}