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:
committed by
Sylvain Bellemare
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."""
|
||||
Reference in New Issue
Block a user