<?php

declare(strict_types=1);

namespace FreshCloud\Mail\ImapClient;

final class ImapException extends \RuntimeException
{
}