Skip to content

Instantly share code, notes, and snippets.

@douglasmartins7
Created September 11, 2018 18:27
Show Gist options
  • Save douglasmartins7/3d1a2ba5964c9d0f2a7d25e5ade18f37 to your computer and use it in GitHub Desktop.
Save douglasmartins7/3d1a2ba5964c9d0f2a7d25e5ade18f37 to your computer and use it in GitHub Desktop.
try catch in ruby
def method
#need implementations
#more
#more
rescue Exception => e
raise "Airline was not presented for this destination"
puts e.message
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment