mirror of
https://github.com/unmojang/FjordLauncher.git
synced 2025-08-13 15:17:08 -04:00
7 lines
108 B
C++
7 lines
108 B
C++
#pragma once
|
|
#include <exception>
|
|
namespace java
|
|
{
|
|
class classfile_exception : public std::exception {};
|
|
}
|