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

24 lines
415 B
Java

/*
* Decompiled with CFR 0.152.
*/
package com.tridium.sys.license;
public class FlrException
extends RuntimeException {
public FlrException() {
}
public FlrException(String string) {
super(string);
}
public FlrException(Throwable throwable) {
super(throwable);
}
public FlrException(String string, Throwable throwable) {
super(string, throwable);
}
}