<?phpnamespace AwsEcsException;use AwsExceptionAwsException;/** * Amazon ECS exception. */class EcsException extends AwsException {}