Closed teknico closed 4 years ago
Is the idea from here to start subclassing DecredError to get more refined error handling?
That too, as much as useful, and that all errors raised by the library are DecredError
subclasses, so that callers can rely on that.
Can we move it to encode instead?
Also, can we change it to
unblobCheck
, for consistency.
Makes sense, doing both.
Move
unblob_check
to the top package and use it all over the place. Remove allAssertionError
s except for one.