<?phpnamespace AwsBudgetsException;use AwsExceptionAwsException;/** * Represents an error interacting with the **AWS Budgets** service. */class BudgetsException extends AwsException {}