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