LeviLamina
Loading...
Searching...
No Matches
Error.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/deps/scripting/runtime/BaseError.h"
7
8
namespace
Scripting {
9
10
struct
Error :
public
::Scripting::BaseError
{
11
public
:
12
// prevent constructor by default
13
Error();
14
15
public
:
16
// member functions
17
// NOLINTBEGIN
18
MCAPI
explicit
Error(
::Scripting::BaseError
const
& base);
19
20
MCAPI
explicit
Error(::std::string
const
& message_);
21
22
MCFOLD
void
overrideName(::std::string
const
& name_);
23
// NOLINTEND
24
25
public
:
26
// constructor thunks
27
// NOLINTBEGIN
28
MCAPI
void
* $ctor(
::Scripting::BaseError
const
& base);
29
30
MCAPI
void
* $ctor(::std::string
const
& message_);
31
// NOLINTEND
32
};
33
34
}
// namespace Scripting
Scripting::BaseError
Definition
BaseError.h:12
src
mc
deps
scripting
runtime
Error.h
Generated on
for LeviLamina by
1.16.1