poodinis v8.1.3 (2022-10-26T23:30:15Z)
Dub
Repo
basicExceptionCtors
poodinis
polyfill
Undocumented in source.
static if
(
!__traits(compiles, basicExceptionCtors)
)
mixin template
basicExceptionCtors () {
this
(string msg, string file, size_t line, Throwable next);
this
(string msg, Throwable next, string file, size_t line);
}
Constructors
this
this
(string msg, string file, size_t line, Throwable next)
this
this
(string msg, Throwable next, string file, size_t line)
Meta
Source
See Implementation
poodinis
polyfill
mixin templates
basicExceptionCtors