diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/amf/amf3/PrematureEndOfTheStreamException_.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/amf/amf3/PrematureEndOfTheStreamException_.java new file mode 100644 index 000000000..8c85fa2df --- /dev/null +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/amf/amf3/PrematureEndOfTheStreamException_.java @@ -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"); + } + +}