Exception: InternalLookupFailure

Inherits:
APIError
  • Object
show all
Defined in:
lib/civic_aide/errors.rb

Instance Method Summary collapse

Constructor Details

#initialize(msg = "An unspecified error occurred processing the request.") ⇒ InternalLookupFailure



52
53
54
# File 'lib/civic_aide/errors.rb', line 52

def initialize(msg = "An unspecified error occurred processing the request.")
  super
end