LeviLamina
Loading...
Searching...
No Matches
EngineError.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 Scripting {
9
11public:
12 // member functions
13 // NOLINTBEGIN
14 MCAPI explicit EngineError(::std::string const& message);
15
16 MCAPI ~EngineError();
17 // NOLINTEND
18
19public:
20 // constructor thunks
21 // NOLINTBEGIN
22 MCAPI void* $ctor(::std::string const& message);
23 // NOLINTEND
24
25public:
26 // destructor thunk
27 // NOLINTBEGIN
28 MCFOLD void $dtor();
29 // NOLINTEND
30};
31
32} // namespace Scripting
Definition EngineError.h:10
Definition Error.h:7