cryptoconditions icon indicating copy to clipboard operation
cryptoconditions copied to clipboard

Implement base exception for all other exceptions

Open sbellem opened this issue 7 years ago • 0 comments

e.g.:

class CryptoConditionsError(Exception):
    """bla bla bla"""

sbellem avatar Jun 14 '17 14:06 sbellem