Something went wrong. Try again.
the game where you go into mines and start crafting! but for consoles (forked directly from smartcmd's github)
Something went wrong. Try again.
459 B · 29 lines
C
at master
1234567891011121314151617181920212223242526272829#pragma onceusing namespace std;
class EOFException : public std::exception{
};
class IllegalArgumentException : public std::exception{public: wstring information;
IllegalArgumentException(const wstring& information);};
class IOException : public std::exception{public: wstring information;
IOException(const wstring& information);};
class RuntimeException : public std::exception{public: RuntimeException(const wstring& information);};