vibe-d v0.8.1 (2017-08-29T22:03:39Z)
Home
Dub
Repo
MongoException
index
vibe
db
mongo
connection
Root class for vibe.d Mongo driver exception hierarchy.
class
MongoException : Exception {
this
(string message, string file, int line, Throwable next);
}
Constructors
this
this
(string message, string file, int line, Throwable next)
Undocumented in source.
Meta
Source
See Implementation
index
vibe
db
mongo
connection
aliases
MongoErrorDescription
ReplyDelegate
classes
MongoAuthException
MongoConnection
MongoDBException
MongoDriverException
MongoException
structs
MongoDBInfo
templates
DocDelegate
Root class for vibe.d Mongo driver exception hierarchy.