Repository URL to install this package:
|
Version:
3.0.2 ▾
|
<?php
namespace WPMailSMTP\Vendor\Aws\Ses\Exception;
use WPMailSMTP\Vendor\Aws\Exception\AwsException;
/**
* Represents an error interacting with the Amazon Simple Email Service.
*/
class SesException extends \WPMailSMTP\Vendor\Aws\Exception\AwsException
{
}