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

use Aws\Exception\AwsException;

/**
 * Represents an error interacting with the **Amazon GuardDuty** service.
 */
class GuardDutyException extends AwsException {}