LeviLamina
Loading...
Searching...
No Matches
UnsupportedAPIError.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
UnsupportedAPIError
:
public
::Scripting::BaseError
{
11
public
:
12
// prevent constructor by default
13
UnsupportedAPIError
();
14
15
public
:
16
// member functions
17
// NOLINTBEGIN
18
MCAPI
explicit
UnsupportedAPIError
(::std::string
const
& msg);
19
20
MCAPI
~UnsupportedAPIError
();
21
// NOLINTEND
22
23
public
:
24
// constructor thunks
25
// NOLINTBEGIN
26
MCAPI
void
* $ctor(::std::string
const
& msg);
27
// NOLINTEND
28
29
public
:
30
// destructor thunk
31
// NOLINTBEGIN
32
MCFOLD
void
$dtor();
33
// NOLINTEND
34
};
35
36
}
// namespace Scripting
Scripting::BaseError
Definition
BaseError.h:12
Scripting::UnsupportedAPIError
Definition
UnsupportedAPIError.h:10
src
mc
deps
scripting
runtime
UnsupportedAPIError.h
Generated on Mon Sep 22 2025 18:23:43 for LeviLamina by
1.12.0