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

use Aws\Exception\AwsException;

/**
 * Represents an error interacting with the **Amazon Simple Email Service** service.
 */
class SesV2Exception extends AwsException {}