<?php
declare(strict_types=1);
namespace Ddeboer\Imap\Exception;
final class ImapFetchbodyException extends AbstractException
{
}