dmd v2.104.0 (2023-06-02T08:46:32Z)
Dub
Repo
Throwable.next
object
Throwable
Replace next in chain with
tail
. Use
chainTogether
instead if at all possible.
inout
(
Throwable
)
next
[@property getter]
Throwable
next
[@property setter]
class
Throwable
@
property
@
safe
scope pure nothrow @
nogc
void
next
(
Throwable
tail
)
Meta
Source
See Implementation
object
Throwable
functions
message
opApply
refcount
toString
properties
next
static functions
chainTogether
variables
file
info
infoDeallocator
line
msg
Replace next in chain with tail. Use chainTogether instead if at all possible.