Exception: InternalLookupFailure
- Defined in:
- lib/civic_aide/errors.rb
Instance Method Summary collapse
-
#initialize(msg = "An unspecified error occurred processing the request.") ⇒ InternalLookupFailure
constructor
A new instance of InternalLookupFailure.
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 |