leveldb.exceptions

D-LevelDB Exceptions

The library code should only throw these kind of exceptions.

Members

Classes

LeveldbException
class 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.

Meta

Authors

Byron Heads

License

<a href="http://www.boost.org/LICENSE_1_0.txt">Boost License 1.0</a>.