pixelperfectengine v0.10.0-beta.9 (2023-02-08T21:49:32Z)
Dub
Repo
LuaException.this
pixelperfectengine
scripting
lua
LuaException
this
(int errorCode, string msg, string file, size_t line, Throwable nextInChain)
class
LuaException
@
nogc
@
safe
pure nothrow
this
(
int
errorCode
,
string
msg
,
string
file
= __FILE__
,
size_t
line
= __LINE__
,
Throwable
nextInChain
= null
)
this
(string msg, Throwable nextInChain, string file, size_t line)
Meta
Source
See Implementation
pixelperfectengine
scripting
lua
LuaException
constructors
this
variables
errorCode