Exception: Smartdict::TranslationNotFound
- Defined in:
- lib/smartdict/errors.rb
Instance Method Summary collapse
-
#initialize(msg = "Translation is not found") ⇒ TranslationNotFound
constructor
A new instance of TranslationNotFound.
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 |