lu
Dlang.org
AdvanceExceptionImpl.this
lu
string
AdvanceExceptionImpl
Create a new
AdvanceExceptionImpl
, attaching a command.
this
(string message, string file, size_t line, Throwable nextInChain)
this
(string message, Haystack haystack, Needle needle, string file, size_t line, Throwable nextInChain)
class
AdvanceExceptionImpl
(Haystack, Needle)
pure @
safe
this
(
const
string
message
,
const
Haystack
haystack
,
const
Needle
needle
,
const
string
file
= __FILE__
,
const
size_t
line
= __LINE__
,
Throwable
nextInChain
= null
)
lu
string
AdvanceExceptionImpl
constructors
this
functions
haystack
needle
variables
_haystack
_needle
Create a new AdvanceExceptionImpl, attaching a command.