Exception: FastGettext::Storage::NoTextDomainConfigured
- Inherits:
-
RuntimeError
- Object
- RuntimeError
- FastGettext::Storage::NoTextDomainConfigured
- Defined in:
- lib/fast_gettext/storage.rb
Instance Method Summary collapse
Instance Method Details
#to_s ⇒ Object
8 9 10 |
# File 'lib/fast_gettext/storage.rb', line 8 def to_s "Current textdomain (#{FastGettext.text_domain.inspect}) was not added, use FastGettext.add_text_domain !" end |