mirror of
https://github.com/UltimMC/Launcher.git
synced 2025-12-22 11:39:55 +00:00
Improve reporting of version file errors.x
This commit is contained in:
@@ -15,10 +15,6 @@ class JSONValidationError : public MMCError
|
||||
{
|
||||
public:
|
||||
JSONValidationError(QString cause) : MMCError(cause) {};
|
||||
virtual QString errorName()
|
||||
{
|
||||
return "JSONValidationError";
|
||||
};
|
||||
virtual ~JSONValidationError() {};
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user