spasm v0.2.0-beta.8 (2020-09-12T08:27:15Z)
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
constructors
this
destructors
~this
functions
message
opApply
refcount
interfaces
TraceInfo
properties
next
static functions
chainTogether
variables
file
info
line
msg
Replace next in chain with tail. Use chainTogether instead if at all possible.