class Smartdict::TranslationNotFound
Public Class Methods
new(msg = "Translation is not found")
click to toggle source
Calls superclass method
# File lib/smartdict/errors.rb, line 7 def initialize(msg = "Translation is not found") super(msg) end