Move MatcherSpecInvalidError into `ipfshttpclient/exceptions.py`
ntninja opened this issue · 0 comments
ntninja commented
py-ipfs-http-client/ipfshttpclient/filescanner.py
Lines 416 to 420 in 09cae76
We currently expose all possible exceptions in the ipfshttpclient/exceptions.py
module. Ideally this one should be moved there to and added into the existing exception hierarchy (inheriting from both some exception there and TypeError
, I think).