Exception: RestClient::Exception

Inherits:
RuntimeError
  • Object
show all
Defined in:
lib/restclient/exceptions.rb

Overview

This is the base RestClient exception class. Rescue it if you want to catch any exception that your request might raise

Instance Method Summary collapse

Instance Method Details

#message(default = nil) ⇒ Object



5
6
7
# File 'lib/restclient/exceptions.rb', line 5

def message(default=nil)
	self.class::ErrorMessage
end