mami-project / mplane-sdk

mPlane protocol software development kit
1 stars 0 forks source link

Exception (in mplane.model) does not inherit from BaseException #17

Closed irl closed 3 years ago

irl commented 8 years ago

If we want to "raise" mplane.model.Exception then we really should inherit from BaseException. If we don't want to raise it and only use this as a message type, then we should remove the code where we raise it.

britram commented 8 years ago

If we don't want to raise it and only use this as a message type

this is the case.

then we should remove the code where we raise it.

wat

irl commented 3 years ago

This does not appear to be a problem in the current master branch, nor in any of the branches.