<?phpnamespace AwsSesException;use AwsExceptionAwsException;/** * Represents an error interacting with the Amazon Simple Email Service. */class SesException extends AwsException {}