mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-26 21:01:22 +00:00
10 lines
132 B
Java
10 lines
132 B
Java
package com.jpexs.helpers.properties;
|
|
|
|
/**
|
|
*
|
|
* @author JPEXS
|
|
*/
|
|
public class PropertiesParseException extends Exception {
|
|
|
|
}
|