<?phpnamespace AwsDeviceFarmException;use AwsExceptionAwsException;/** * Represents an error interacting with the Amazon DeviceFarm service. */class DeviceFarmException extends AwsException {}