<?phpnamespace AwsSSOOIDCException;use AwsExceptionAwsException;/** * Represents an error interacting with the **AWS SSO OIDC** service. */class SSOOIDCException extends AwsException {}