Exception: TellIo::CountryError
- Inherits:
-
StandardError
- Object
- StandardError
- TellIo::CountryError
- Defined in:
- lib/tell_io.rb
Instance Method Summary collapse
-
#initialize ⇒ CountryError
constructor
A new instance of CountryError.
Constructor Details
#initialize ⇒ CountryError
Returns a new instance of CountryError.
7 8 9 |
# File 'lib/tell_io.rb', line 7 def initialize super(%(Country not supported)) end |