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