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