<?php
namespace Xentral\Modules\SystemMailer\Exception;
use Xentral\Core\Exception\ModuleExceptionInterface;
interface SystemMailerExceptionInterface extends ModuleExceptionInterface
{
}