class UnitedStates::NoDesignationFoundError
Thrown when someone attempts to search for a state with the wrong name or postal code.
Constants
- DEFAULT_MESSAGE
Public Class Methods
new(message = DEFAULT_MESSAGE)
click to toggle source
Calls superclass method
# File lib/united_states.rb, line 15 def initialize(message = DEFAULT_MESSAGE) super(message) end