mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-25 19:50:45 +00:00
case fix 1
This commit is contained in:
+11
@@ -0,0 +1,11 @@
|
||||
package com.jpexs.decompiler.flash.amf.amf3;
|
||||
|
||||
import java.io.IOException;
|
||||
|
||||
public class PrematureEndOfTheStreamException extends IOException {
|
||||
|
||||
public PrematureEndOfTheStreamException() {
|
||||
super("Premature end of the stream reached");
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user