switch to CatchableError (#24)

This commit is contained in:
Xie Yanbo 2021-02-03 13:17:56 +08:00 committed by GitHub
parent e8a6d00e59
commit d488988aff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ type
ctNoCompression = leveldb_no_compression,
ctSnappyCompression = leveldb_snappy_compression
LevelDbException* = object of Exception
LevelDbException* = object of CatchableError
const
version* = block: