Exception: CoreExt::SafeBuffer::SafeConcatError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/core_ext/string/output_safety.rb

Instance Method Summary collapse

Constructor Details

#initializeSafeConcatError



146
147
148
# File 'lib/core_ext/string/output_safety.rb', line 146

def initialize
  super 'Could not concatenate to the buffer because it is not html safe.'
end