mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-05-31 11:44:36 +00:00
case fix 1
This commit is contained in:
@@ -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