blob: 8a8387f3396e3e830a283c8f1e4cb2e782cf77e2 [file] [log] [blame]
Matthias Andreas Benkardb382b102021-01-02 15:32:21 +01001<?php
2
3declare(strict_types=1);
4
5namespace Ddeboer\Imap\Exception;
6
7final class ImapFetchheaderException extends AbstractException
8{
9}