Exception: OpenCongressApi::NoResponseError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/opencongress_api/fetcher/base.rb

Instance Method Summary collapse

Constructor Details

#initializeNoResponseError

Returns a new instance of NoResponseError.



13
14
15
# File 'lib/opencongress_api/fetcher/base.rb', line 13

def initialize
  super "No response was returned from OpenCongress"
end