<?phpnamespace AwsKafkaException;use AwsExceptionAwsException;/** * Represents an error interacting with the **Managed Streaming for Kafka** service. */class KafkaException extends AwsException {}