Exception: Smartdict::TranslationNotFound

Inherits:
Error
  • Object
show all
Defined in:
lib/smartdict/errors.rb

Instance Method Summary collapse

Constructor Details

#initialize(msg = "Translation is not found") ⇒ TranslationNotFound

Returns a new instance of TranslationNotFound.



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

def initialize(msg = "Translation is not found")
  super(msg)
end