<?phpnamespace AwsWorkSpacesException;use AwsExceptionAwsException;/** * Represents an error while interacting with Amazon WorkSpaces. */class WorkSpacesException extends AwsException {}