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(char* errptr, string file = __FILE__, size_t line = __LINE__, Throwable next = null)

LevelDB returns errors as an internal char*

this
this(string errstr, string file = __FILE__, size_t line = __LINE__, Throwable next = null)

Take regular D strings for errors

Meta