Exception: Padrino::SafeBuffer::SafeConcatError
- Defined in:
- lib/padrino/safe_buffer.rb
Instance Method Summary collapse
-
#initialize ⇒ SafeConcatError
constructor
A new instance of SafeConcatError.
Constructor Details
#initialize ⇒ SafeConcatError
Returns a new instance of SafeConcatError.
15 16 17 |
# File 'lib/padrino/safe_buffer.rb', line 15 def initialize super "Could not concatenate to the buffer because it is not html safe." end |