Add `ToBeImplemented` Exception
Closed this issue · 0 comments
greenlaw110 commented
This new exception type extends from UnsupportedException
which can be used mark a function that is still work in progress.
The original E.tbd()
will raise the new exception instead of UnsupportedException