summaryrefslogtreecommitdiff
path: root/vendor/aws/aws-sdk-php/src/Firehose/Exception/FirehoseException.php
blob: bfab3da9dbf14199e15e9e415029903c4310c153 (plain)
1
2
3
4
5
6
7
8
9
<?php
namespace Aws\Firehose\Exception;

use Aws\Exception\AwsException;

/**
 * Represents an error interacting with the **Amazon Kinesis Firehose** service.
 */
class FirehoseException extends AwsException {}