leveldb.exceptions

* D-LevelDB Exceptions * * The library code should only throw these kind of exceptions. * * Copyright: Copyright © 2013 Byron Heads * License: <a href="http://www.boost.org/LICENSE_1_0.txt">Boost License 1.0</a>. * Authors: Byron Heads

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