Guest User

Untitled

a guest
Jul 17th, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.08 KB | None | 0 0
  1. loop do
  2. begin
  3.  
  4.  
  5. #actual code here
  6.  
  7. rescue Exception
  8. next
  9.  
  10. end
  11. end
Add Comment
Please, Sign In to add comment