2026-03-17 13:31:18 -07:00

22 lines
447 B
Java

/*
* Decompiled with CFR 0.152.
*
* Could not load the following classes:
* javax.baja.sys.BajaRuntimeException
*/
package com.tridium.fox.sys.file;
import javax.baja.sys.BajaRuntimeException;
public class FoxFileException
extends BajaRuntimeException {
public FoxFileException(String string, Throwable throwable) {
super(string, throwable);
}
public FoxFileException(String string) {
super(string);
}
}