dpeq v0.3.0 (2018-03-10T00:11:21Z)
Home
Dub
Repo
PsqlMarshallingException
dpeq
exceptions
Undocumented in source.
class
PsqlMarshallingException :
PsqlClientException
{
mixin
ExceptionConstructors
;
}
Members
Mixins
__anonymous
mixin
ExceptionConstructors
Undocumented in source.
Mixed In Members
From
mixin
ExceptionConstructors
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.
Inherited Members
From PsqlClientException
__anonymous
mixin
ExceptionConstructors
Undocumented in source.
Meta
Source
See Implementation
dpeq
exceptions
classes
PsqlClientException
PsqlConnectionClosedException
PsqlErrorResponseException
PsqlMarshallingException
PsqlSocketException
mixin templates
ExceptionConstructors