Exception: TellIo::CountryError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/tell_io.rb

Instance Method Summary collapse

Constructor Details

#initializeCountryError

Returns a new instance of CountryError.



7
8
9
# File 'lib/tell_io.rb', line 7

def initialize
  super(%(Country not supported))
end