Select Git revision
Troubled_Cell_Detector.py
-
Laura Christine Kühle authoredLaura Christine Kühle authored
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
TLA2BException.java 140 B
package de.tla2b.exceptions;
public abstract class TLA2BException extends Exception {
public TLA2BException(String e) {
super(e);
}
}