Exception: HttpClient::Exception

Inherits:
StandardError
  • Object
show all
Defined in:
lib/http_client/exceptions.rb

Overview

This is the base HttpClient 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/http_client/exceptions.rb', line 5

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