Exception: UnSupportedLanguage

Inherits:
RuntimeError
  • Object
show all
Defined in:
lib/language_converter.rb

Instance Method Summary collapse

Constructor Details

#initialize(message = '') ⇒ UnSupportedLanguage

Returns a new instance of UnSupportedLanguage.



8
9
10
# File 'lib/language_converter.rb', line 8

def initialize(message='')
  @msg = "not supported."
end