This pull request fully removes all public API and implementations for automatic exception catching in Bolts-ObjC. After this is merged, all exceptions thrown inside task execution and continuation blocks are not going to be soft-handled and will propagate up the stack.
Closes #252 (closed).