aboutsummaryrefslogtreecommitdiffstats
path: root/subprojects/language-web/src/main/java/tools/refinery/language/web/semantics/SemanticsInternalErrorResult.java
blob: ff592e93aae20e758d3e72d4d3359554f64e258e (plain) (blame)
1
2
3
4
5
6
7
8
9
/*
 * SPDX-FileCopyrightText: 2023 The Refinery Authors <https://refinery.tools/>
 *
 * SPDX-License-Identifier: EPL-2.0
 */
package tools.refinery.language.web.semantics;

public record SemanticsInternalErrorResult(String error) implements SemanticsResult {
}