LeviLamina
Loading...
Searching...
No Matches
InvalidArgumentError.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
#include "mc/deps/scripting/runtime/InvalidArgumentErrorType.h"
8
9
namespace
Scripting {
10
11
struct
InvalidArgumentError
:
public
::Scripting::Error
{
12
public
:
13
// member variables
14
// NOLINTBEGIN
15
::ll::UntypedStorage<1, 1>
mUnkef90d9;
16
::ll::UntypedStorage<4, 4>
mUnk90d964;
17
// NOLINTEND
18
19
public
:
20
// prevent constructor by default
21
InvalidArgumentError
& operator=(
InvalidArgumentError
const
&);
22
InvalidArgumentError
(
InvalidArgumentError
const
&);
23
InvalidArgumentError
();
24
25
public
:
26
// member functions
27
// NOLINTBEGIN
28
MCAPI
InvalidArgumentError
(::std::string
const
& message_,
int
index_);
29
30
MCAPI
InvalidArgumentError
(::std::string
const
& message_, ::Scripting::InvalidArgumentErrorType type_,
int
index_);
31
32
MCAPI
~InvalidArgumentError
();
33
// NOLINTEND
34
35
public
:
36
// constructor thunks
37
// NOLINTBEGIN
38
MCAPI
void
* $ctor(::std::string
const
& message_,
int
index_);
39
40
MCAPI
void
* $ctor(::std::string
const
& message_, ::Scripting::InvalidArgumentErrorType type_,
int
index_);
41
// NOLINTEND
42
43
public
:
44
// destructor thunk
45
// NOLINTBEGIN
46
MCFOLD
void
$dtor();
47
// NOLINTEND
48
};
49
50
}
// namespace Scripting
Scripting::Error
Definition
Error.h:7
Scripting::InvalidArgumentError
Definition
InvalidArgumentError.h:11
ll::UntypedStorage
Definition
Alias.h:14
src
mc
deps
scripting
runtime
InvalidArgumentError.h
Generated on Sat Apr 26 2025 05:55:30 for LeviLamina by
1.12.0