class ActiveSupport::SafeBuffer::SafeConcatError

def initialize

def initialize
  super "Could not concatenate to the buffer because it is not HTML safe."
end