<?phpnamespace AwsRekognitionException;use AwsExceptionAwsException;/** * Represents an error interacting with the **Amazon Rekognition** service. */class RekognitionException extends AwsException {}