osglworks/java-tool

Add `ToBeImplemented` Exception

Closed this issue · 0 comments

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