LeviLamina
|
Public Member Functions | |
BaseError (BaseError const &) | |
MCAPI | BaseError (::Scripting::BaseError &&) |
MCAPI::Scripting::BaseError & | operator= (::Scripting::BaseError &&) |
MCAPI::Scripting::BaseError & | operator= (::Scripting::BaseError const &) |
MCAPI void | setCallStack (::std::string _backtrace) |
MCAPI::std::string | toString () const |
MCAPI void * | $ctor (::Scripting::BaseError &&) |
MCAPI void | $dtor () |
Public Attributes | |
::ll::TypedStorage< 8, 32, ::std::string > | name |
::ll::TypedStorage< 8, 32, ::std::string > | message |
::ll::TypedStorage< 8, 40, ::std::optional<::std::string > > | sourceMapDebugId |
::ll::TypedStorage< 8, 24, ::std::vector<::Scripting::CallStackEntry > > | mCallStack |
::ll::TypedStorage< 8, 40, ::std::optional<::std::string > > | mCallStackStr |
::ll::TypedStorage< 1, 1, bool > | throwAsString |