d-leveldb ~master (2015-03-16T18:11:42Z)
Home
Dub
Repo
LeveldbException.this
leveldb
exceptions
LeveldbException
Take regular D strings for errors
this
(
char
*
errptr
,
string
file
=
__FILE__
,
size_t
line
=
__LINE__
,
Throwable
next
=
null
)
this
(
string
errstr
,
string
file
=
__FILE__
,
size_t
line
=
__LINE__
,
Throwable
next
=
null
)
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