Exception: UnSupportedLanguage

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

Instance Method Summary collapse

Constructor Details

#initialize(message = '') ⇒ UnSupportedLanguage

Returns a new instance of UnSupportedLanguage.



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

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