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 deleted file mode 100644 index 8c85fa2df..000000000 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/amf/amf3/PrematureEndOfTheStreamException.java +++ /dev/null @@ -1,11 +0,0 @@ -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"); - } - -}