ch.software_atelier.simpleflex.NotReadyException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of simpleflex-base Show documentation
Show all versions of simpleflex-base Show documentation
Build Micro Services with pico footprint
package ch.software_atelier.simpleflex;
public class NotReadyException extends Exception{
public NotReadyException() {
}
}