dpeq v0.3.0 (2018-03-10T00:11:21Z)
Home
Dub
Repo
ExceptionConstructors
dpeq
exceptions
mixes in standard exception constructors that call super correctly
mixin template
ExceptionConstructors () {
this
(string message, Throwable next, string file, size_t line);
this
(string message, string file, size_t line, Throwable next);
}
Constructors
this
this
(string message, Throwable next, string file, size_t line)
Undocumented in source.
this
this
(string message, string file, size_t line, Throwable next)
Undocumented in source.
Meta
Source
See Implementation
dpeq
exceptions
classes
PsqlClientException
PsqlConnectionClosedException
PsqlErrorResponseException
PsqlMarshallingException
PsqlSocketException
mixin templates
ExceptionConstructors
mixes in standard exception constructors that call super correctly