mirror of
https://github.com/codex-storage/nim-leveldb.git
synced 2025-02-19 19:08:34 +00:00
switch to CatchableError (#24)
This commit is contained in:
parent
e8a6d00e59
commit
d488988aff
@ -74,7 +74,7 @@ type
|
||||
ctNoCompression = leveldb_no_compression,
|
||||
ctSnappyCompression = leveldb_snappy_compression
|
||||
|
||||
LevelDbException* = object of Exception
|
||||
LevelDbException* = object of CatchableError
|
||||
|
||||
const
|
||||
version* = block:
|
||||
|
Loading…
x
Reference in New Issue
Block a user