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