mirror of
https://github.com/bigchaindb/bigchaindb.git
synced 2024-10-13 13:34:05 +00:00
Add a BigchaindDB base exception class
This commit is contained in:
parent
ec14389080
commit
fdf2a85c97
2
bigchaindb/exceptions.py
Normal file
2
bigchaindb/exceptions.py
Normal file
@ -0,0 +1,2 @@
|
||||
class BigchainDBError(Exception):
|
||||
"""Base class for BigchainDB exceptions."""
|
Loading…
x
Reference in New Issue
Block a user