Exception: Padrino::SafeBuffer::SafeConcatError
- Defined in:
- padrino-helpers/lib/padrino/safe_buffer.rb
Instance Method Summary collapse
-
#initialize ⇒ SafeConcatError
constructor
A new instance of SafeConcatError.
Constructor Details
#initialize ⇒ 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 |