Exception: UnSupportedLanguage

Inherits:
RuntimeError
  • Object
show all
Defined in:
lib/google-translator-cis.rb

Instance Method Summary collapse

Constructor Details

#initialize(message = '') ⇒ UnSupportedLanguage

Returns a new instance of UnSupportedLanguage.



7
8
9
# File 'lib/google-translator-cis.rb', line 7

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