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