<?php
declare(strict_types=1);
namespace Ddeboer\Imap\Exception;
final class MessageUndeleteException extends AbstractException
{
}