d-leveldb ~develop (2022-02-27T03:06:48.2529762)
Dub
Repo
LeveldbException.this
leveldb
exceptions
LeveldbException
LevelDB returns errors as an internal char*
this
(const(char*) errptr, string file, size_t line, Throwable next)
class
LeveldbException
this
(
const
(
char
*)
errptr
,
string
file
= __FILE__
,
size_t
line
= __LINE__
,
Throwable
next
= null
)
this
(string errstr, string file, size_t line, Throwable next)
this
(string file, size_t line, Throwable next)
Meta
Source
See Implementation
leveldb
exceptions
LeveldbException
constructors
this
LevelDB returns errors as an internal char*