Exception: ElectionUnknown
- Defined in:
- lib/civic_aide/errors.rb
Instance Method Summary collapse
-
#initialize(msg = "The requested election id is invalid. Make an electionQuery to find a valid id.") ⇒ ElectionUnknown
constructor
A new instance of ElectionUnknown.
Constructor Details
#initialize(msg = "The requested election id is invalid. Make an electionQuery to find a valid id.") ⇒ ElectionUnknown
Returns a new instance of ElectionUnknown.
46 47 48 |
# File 'lib/civic_aide/errors.rb', line 46 def initialize(msg = "The requested election id is invalid. Make an electionQuery to find a valid id.") super end |