<?php
namespace Aws\MailManager\Exception;

use Aws\Exception\AwsException;

/**
 * Represents an error interacting with the **MailManager** service.
 */
class MailManagerException extends AwsException {}
