LeveldbException

Base Exception type for library. We don't do anything fancy, just have a common exception type that can be caught when using this library.

Constructors

this
this(const(char*) errptr, string file, size_t line, Throwable next)

LevelDB returns errors as an internal char*

this
this(string errstr, string file, size_t line, Throwable next)

Take regular D strings for errors

this
this(string file, size_t line, Throwable next)

Take regular D strings for errors

Meta