Add a BigchaindDB base exception class

This commit is contained in:
Sylvain Bellemare 2016-12-21 17:46:57 +01:00 committed by Sylvain Bellemare
parent ec14389080
commit fdf2a85c97

2
bigchaindb/exceptions.py Normal file
View File

@ -0,0 +1,2 @@
class BigchainDBError(Exception):
"""Base class for BigchainDB exceptions."""