<?phpnamespace AwsOrganizationsException;use AwsExceptionAwsException;/** * Represents an error interacting with the **AWS Organizations** service. */class OrganizationsException extends AwsException {}