d-leveldb v1.16.0 (2014-04-09T23:13:10Z)
Home
Dub
Repo
LeveldbException.this
leveldb
exceptions
LeveldbException
Take regular D strings for errors
this
(char* errptr, string file, size_t line, Throwable next)
this
(string errstr, string file, size_t line, Throwable next)
class
LeveldbException
this
(
string
errstr
,
string
file
= __FILE__
,
size_t
line
= __LINE__
,
Throwable
next
= null
)
Meta
Source
See Implementation
leveldb
exceptions
LeveldbException
constructors
this
Take regular D strings for errors