TryFunctions in Interfaces
Sometimes it would be useful to declare interface procedures as tryfunctions to force a special kind of implementation.
For example if you have logic that use web requests and you want to catch errors independent to the implementation of the web request logic.
So please ...
STATUS DETAILS
Needs Votes