aboutsummaryrefslogtreecommitdiffstats
path: root/config-model/src/main/java/com/yahoo/vespa/model/container/xml/InconsistentSchemaAndCodeError.java
blob: e3744f23964c71f7604bf726c834bdb6ec43b906 (plain) (blame)
1
2
3
4
5
6
7
// Copyright Yahoo. 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 {}