mysql-native v2.1.0-rc3 (2018-02-26T05:33:11Z)
Dub
Repo
MYX
mysql
exceptions
An exception type to distinguish exceptions thrown by this package.
class
MYX : Exception {
this
(string msg, string file, size_t line);
}
Constructors
this
this
(string msg, string file, size_t line)
Undocumented in source.
Meta
Source
See Implementation
mysql
exceptions
classes
MYX
MYXInvalidatedRange
MYXNoResultRecieved
MYXNotPrepared
MYXProtocol
MYXReceived
MYXResultRecieved
MYXWrongFunction
An exception type to distinguish exceptions thrown by this package.