<?phpnamespace AwsFirehoseException;use AwsExceptionAwsException;/** * Represents an error interacting with the **Amazon Kinesis Firehose** service. */class FirehoseException extends AwsException {}