All Downloads are FREE. Search and download functionalities are using the official Maven repository.

net.cassite.f.Break Maven / Gradle / Ivy

package net.cassite.f;

class Break extends RuntimeException {
    final Object ins;

    Break(Object ins) {
        this.ins = ins;
    }

    Break() {
        this.ins = null;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy