if Curtailed
evaluates the supplied code block if the receiver block execution fails with error/exception.
Parameters
<receiver>
Block
code
block of code to execute if error happens
evaluates the supplied code block if the receiver closure execution fails with error/exception.
Return
Any?
Parameters
<receiver>
Closure
code
block of code to execute if error happens