16 ::ll::TypedStorage<8, 32, ::std::string> name;
17 ::ll::TypedStorage<8, 32, ::std::string> message;
18 ::ll::TypedStorage<8, 40, ::std::optional<::std::string>> sourceMapDebugId;
19 ::ll::TypedStorage<8, 24, ::std::vector<::Scripting::CallStackEntry>> mCallStack;
20 ::ll::TypedStorage<8, 40, ::std::optional<::std::string>> mCallStackStr;
21 ::ll::TypedStorage<1, 1, bool> throwAsString;
34 MCAPI
BaseError(::std::string
const& name_, ::std::string
const& message_);
40 MCAPI
void setCallStack(::std::string _backtrace);
42 MCAPI ::std::string toString()
const;
52 MCAPI
void* $ctor(::std::string
const& name_, ::std::string
const& message_);