# Error Handling

Entries tagged with "Error Handling".

Hidden Methods Beginner

The rescue() Helper

Execute a closure and swallow any exceptions, optionally returning a fallback value — a try/catch in a single expression.

Helpers Error Handling