Unofficial Dub Package Documentation
module
dpq.exception
;
class
DPQException
:
Exception
{
this
(
const
string
msg
) {
super
(
msg
); } }
[Docs]
dpq.exception
[Docs]
DPQException
[Docs]
this