mirror of
https://github.com/Eaglercraft-TeaVM-Fork/eagler-teavm.git
synced 2024-12-22 08:14:09 -08:00
classlib: fix invalid superclass of IllegalStateException
This commit is contained in:
parent
df7b3957e9
commit
7bde7d9642
|
@ -15,7 +15,7 @@
|
|||
*/
|
||||
package org.teavm.classlib.java.lang;
|
||||
|
||||
public class TIllegalStateException extends TException {
|
||||
public class TIllegalStateException extends TRuntimeException {
|
||||
private static final long serialVersionUID = 218741044430713159L;
|
||||
|
||||
public TIllegalStateException() {
|
||||
|
|
Loading…
Reference in New Issue
Block a user