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…
Reference in New Issue