mirror of
https://github.com/johndoe6345789/tustu.git
synced 2026-04-25 14:15:20 +00:00
13 lines
311 B
Java
13 lines
311 B
Java
package ax;
|
|
|
|
public class AxInterfaceUniform extends U {
|
|
public AxInterfaceUniform() {
|
|
super("An attempt was made to divide by zero.");
|
|
}
|
|
}
|
|
|
|
|
|
/* Location: /home/rewrich/Downloads/TunerStudioMS/TunerStudioMS/!/ax/u.class
|
|
* Java compiler version: 8 (52.0)
|
|
* JD-Core Version: 1.1.3
|
|
*/ |