Skip to content

Instantly share code, notes, and snippets.

@radarek
Forked from oki/exception.rb
Created December 19, 2009 14:38
Show Gist options
  • Save radarek/260099 to your computer and use it in GitHub Desktop.
Save radarek/260099 to your computer and use it in GitHub Desktop.
begin
#raise
#raise Timeout::Error.new('fuckme')
raise ScriptError
rescue Timeout::Error,RuntimeError,ScriptError => e
puts "OK"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment