collections-d v0.4.5 (2021-09-21T18:03:52Z)
Dub
Repo
ElementNotFoundException.this
collections
commons
ElementNotFoundException
Undocumented in source.
this
(string msg, string file, size_t line, Throwable nextInChain)
class
ElementNotFoundException
@
nogc
@
safe
pure nothrow
this
(
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
collections
commons
ElementNotFoundException
constructors
this