<?php
namespace Xentral\Modules\SystemMailer\Exception;
use RuntimeException;
class EmailBackupAccountException extends RuntimeException implements SystemMailerExceptionInterface
{
}