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