Closed ersatzryan closed 10 years ago
The changes I made in #38 are going to need to be fixed once all of the v3 issues/changes to the interface are stable.
The ability to halt execution by failing the context is now in the v3
branch. The failure case still raises an exception, which I believe is appropriate for failure. In the future, when a non-failing halt is added to Interactor, it will use the Ruby's throw/catch mechanism.
:warning: