summaryrefslogtreecommitdiffstats
path: root/config-model/src/main/java/com/yahoo/vespa/model/container/xml/InconsistentSchemaAndCodeError.java
blob: 5617dfd7582844a5b58d8c241202bc855dff805f (plain) (blame)
1
2
3
4
5
6
7
// Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
package com.yahoo.vespa.model.container.xml;

/**
 * @author Tony Vaagenes
 */
public class InconsistentSchemaAndCodeError extends Error {}