Exception: FastGettext::Storage::NoTextDomainConfigured

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

Instance Method Summary collapse

Instance Method Details

#to_sObject



12
13
14
# File 'lib/fast_gettext/storage.rb', line 12

def to_s
  "Current textdomain (#{FastGettext.text_domain.inspect}) was not added, use FastGettext.add_text_domain !"
end