<?phpnamespace AwsSavingsPlansException;use AwsExceptionAwsException;/** * Represents an error interacting with the **AWS Savings Plans** service. */class SavingsPlansException extends AwsException {}