mirror of
https://github.com/UltimMC/Launcher.git
synced 2025-12-22 11:39:55 +00:00
Move all the things (YES. Move them.)
Also, implemented some basic modlist logic, to be wired up.
This commit is contained in:
6
depends/classparser/src/errors.h
Normal file
6
depends/classparser/src/errors.h
Normal file
@@ -0,0 +1,6 @@
|
||||
#pragma once
|
||||
#include <exception>
|
||||
namespace java
|
||||
{
|
||||
class classfile_exception : public std::exception {};
|
||||
}
|
||||
Reference in New Issue
Block a user