<?php
declare(strict_types=1);
namespace MailAccountAdmin\Exceptions;
class AliasNotFoundException extends AppException
{
}