This repository has been archived on 2026-04-20. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
theorethische-informatik-gr.../src/main/java/ab1/FinalizedStateException.java
2024-01-02 15:25:05 +01:00

4 lines
80 B
Java

package ab1;
public class FinalizedStateException extends RuntimeException {
}