mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-07-03 20:06:58 +03:00
GH-2238 fix issues with whitespace/newlines in folder and instance names
This commit is contained in:
parent
d5037d4f79
commit
59e2f52db7
4 changed files with 9 additions and 6 deletions
|
|
@ -18,5 +18,8 @@ package org.multimc;
|
|||
|
||||
public class ParseException extends java.lang.Exception
|
||||
{
|
||||
|
||||
public ParseException() { super(); }
|
||||
public ParseException(String message) {
|
||||
super(message);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue