skiad v0.0.1 (2021-10-19T11:22:53Z)
Dub
Repo
BasicExceptionCtors.this
skia
Exceptions
BasicExceptionCtors
Undocumented in source.
this
(size_t line, string file)
this
(string msg, string file, size_t line, Throwable next)
mixintemplate
BasicExceptionCtors
()
@
nogc
@
safe
pure nothrow
this
(
string
msg
,
string
file
= __FILE__
,
size_t
line
= __LINE__
,
Throwable
next
= null
)
this
(string msg, Throwable next, string file, size_t line)
this
(Throwable next, string file, size_t line)
Meta
Source
See Implementation
skia
Exceptions
BasicExceptionCtors
constructors
this