Exception: TranslationBuffer::TranslationConcatError
- Defined in:
- lib/amelia/active_support/core_ext/translation_buffer.rb
Instance Method Summary collapse
-
#initialize ⇒ TranslationConcatError
constructor
A new instance of TranslationConcatError.
Constructor Details
#initialize ⇒ TranslationConcatError
Returns a new instance of TranslationConcatError.
3 4 5 |
# File 'lib/amelia/active_support/core_ext/translation_buffer.rb', line 3 def initialize super 'Could not concatenate to the buffer because it is not html safe.' end |