dmd ~master (2023-11-01T14:17:50Z)
Dub
Repo
AssertHandler
core
exception
Gets/sets assert hander. null means the default handler is used.
alias
AssertHandler
=
void
function
(
string
file
,
size_t
line
,
string
msg
)
nothrow
Meta
Source
See Implementation
core
exception
aliases
AssertHandler
classes
ArrayIndexError
ArraySliceError
AssertError
FinalizeError
ForkError
InvalidMemoryOperationError
OutOfMemoryError
RangeError
SwitchError
UnicodeException
functions
_d_arraybounds
_d_arraybounds_index
_d_arraybounds_indexp
_d_arraybounds_slice
_d_arraybounds_slicep
_d_arrayboundsp
_d_assertp
onArrayIndexError
onArraySliceError
onAssertError
onAssertErrorMsg
onFinalizeError
onForkError
onInvalidMemoryOperationError
onOutOfMemoryError
onRangeError
onUnicodeError
onUnittestErrorMsg
properties
assertHandler
Gets/sets assert hander. null means the default handler is used.