Ensuring execution, retrying failures and reraising exceptions
Besides rescue, Ruby has more ways to handle exceptions. We’ll use the retry and ensure keywords and reraised exceptions to build a resilient web API client.
Made a library? Written a blog post? Found a useful tutorial? Share it with the Ruby community here or just enjoy what everyone else has found!
Besides rescue, Ruby has more ways to handle exceptions. We’ll use the retry and ensure keywords and reraised exceptions to build a resilient web API client.
Post a comment