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