mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-25 05:50:47 +00:00
Initial version based on previous work. (Version alpha 7)
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
/*
|
||||
* Copyright (c) 2010. JPEXS
|
||||
*/
|
||||
|
||||
package com.jpexs.asdec.abc;
|
||||
|
||||
|
||||
public class NotSameException extends RuntimeException {
|
||||
public NotSameException(long pos) {
|
||||
super("Streams are not the same at pos:" + pos);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user