vibe-d v0.9.8-alpha.3 (2023-10-20T08:14:46Z)
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, size_t line, Throwable next);
}
Constructors
this
this
(string message, string file, size_t line, Throwable next)
Undocumented in source.
Meta
Source
See Implementation
index
vibe
db
mongo
connection
aliases
GetMoreDocumentDelegate
GetMoreHeaderDelegate
MongoErrorDescription
classes
MongoAuthException
MongoConnection
MongoDBException
MongoDriverException
MongoException
enums
WireVersion
structs
MongoDBInfo
ServerDescription
Root class for vibe.d Mongo driver exception hierarchy.