Exception: TranslationBuffer::TranslationConcatError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/amelia/active_support/core_ext/translation_buffer.rb

Instance Method Summary collapse

Constructor Details

#initializeTranslationConcatError

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