blob: a25f45cc3fde1ca18ea78edecc7ac85b25dca229 [file] [log] [blame]
<?php
declare(strict_types=1);
namespace Ddeboer\Imap\Exception;
final class MessageUndeleteException extends AbstractException
{
}