class Padrino::SafeBuffer::SafeConcatError

Public Class Methods

new() click to toggle source
# File lib/padrino/safe_buffer.rb, line 15
def initialize
  super "Could not concatenate to the buffer because it is not html safe."
end