Is there any way to regain control to begin block after performing rescue block like
begin
.....
error(not intended but happening intermittently)
things to execute
rescue
describe error
end
Is there any way that my code will go to things to execute
after describe error
Thanks in advance