mirror of
https://github.com/logos-storage/nim-leveldb.git
synced 2026-01-05 23:23:12 +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