numem ~master (2025-12-14T08:31:01.1033613)
Dub
Repo
NuException.create
numem
core
exception
NuException
Helper that creates a new exception.
class
NuException
@
nogc
static
NuException
create
(
const
(
char
)[]
msg
,
Throwable
nextInChain
= null
,
string
file
= __FILE__
,
size_t
line
= __LINE__
)
Meta
Source
See Implementation
numem
core
exception
NuException
constructors
this
destructors
~this
functions
free
freeNoThrow
message
static functions
create
Helper that creates a new exception.