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.
LevelDB returns errors as an internal char*
Take regular D strings for errors
See Implementation
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.