amalthea v1.7.1 (2024-06-17T18:53:52Z)
Dub
Repo
RealizeErrnoException
amalthea
libcore
Template for exceptions using errno.
mixin template
RealizeErrnoException () {
this
(string msg, int err, string file, size_t line);
}
Constructors
this
this
(string msg, int err, string file, size_t line)
Undocumented in source.
Meta
Source
See Implementation
amalthea
libcore
aliases
ssize_t
functions
getCompilerName
getInfoAboutError
manifest constants
amaltheaCompiler
mixin templates
RealizeErrnoException
RealizeException
Template for exceptions using errno.