Exception: Padrino::SafeBuffer::SafeConcatError

Inherits:
StandardError
  • Object
show all
Defined in:
padrino-helpers/lib/padrino/safe_buffer.rb

Instance Method Summary collapse

Constructor Details

#initializeSafeConcatError

Returns a new instance of SafeConcatError.



15
16
17
# File 'padrino-helpers/lib/padrino/safe_buffer.rb', line 15

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