<?php

namespace Drupal\Core\Config\Entity\Query;

/**
 * Exception thrown when a config entity uses an invalid lookup key.
 */
class InvalidLookupKeyException extends \LogicException {
}
