LeviLamina
Loading...
Searching...
No Matches
FunctionError.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/scripting/runtime/Error.h"
7
8namespace ScriptUtils {
9
11public:
12 // member functions
13 // NOLINTBEGIN
14 MCAPI ~FunctionError();
15 // NOLINTEND
16
17public:
18 // destructor thunk
19 // NOLINTBEGIN
20 MCFOLD void $dtor();
21 // NOLINTEND
22};
23
24} // namespace ScriptUtils
Definition FunctionError.h:10
Definition Error.h:7