EOorg.EOeolang.EOerror Maven / Gradle / Ivy
/*
* This file was auto-generated by eolang-maven-plugin
* on 2022-05-18T09:52:47.922Z. Don't edit it,
* your changes will be discarded on the next build.
*
* The EO sources were compiled to XMIR on
* 2022-05-18T09:52:26.822536Z by the compiler v.0.22.2.
*/
package EOorg.EOeolang;
import org.eolang.*;
//
//
//
@XmirObject(name = "error", oname = "error", source = "/home/r/repo/target/eo/04-pull/org/eolang/error.eo")
public final class EOerror extends PhDefault {
public EOerror(final Phi sigma) {
super(sigma);
this.add("msg", new AtFree(/* default */));
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy