mysql-native v1.2.2 (2018-01-27T17:39:38Z)
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
aliases
MySQLDataPendingException
MySQLException
MySQLInvalidatedRangeException
MySQLNoResultRecievedException
MySQLNotPreparedException
MySQLProtocolException
MySQLReceivedException
MySQLResultRecievedException
MySQLWrongFunctionException
classes
MYX
MYXDataPending
MYXInvalidatedRange
MYXNoResultRecieved
MYXNotPrepared
MYXProtocol
MYXReceived
MYXResultRecieved
MYXWrongFunction
An exception type to distinguish exceptions thrown by this package.