Exception: Rodolfo::RenderError
- Inherits:
-
RuntimeError
- Object
- RuntimeError
- Rodolfo::RenderError
- Defined in:
- lib/rodolfo/exceptions.rb
Overview
Template rendering failed
Instance Attribute Summary collapse
-
#errors ⇒ Object
readonly
Returns the value of attribute errors.
Instance Method Summary collapse
-
#initialize(errors) ⇒ RenderError
constructor
A new instance of RenderError.
Constructor Details
#initialize(errors) ⇒ RenderError
Returns a new instance of RenderError.
6 7 8 |
# File 'lib/rodolfo/exceptions.rb', line 6 def initialize(errors) @errors = errors end |
Instance Attribute Details
#errors ⇒ Object (readonly)
Returns the value of attribute errors.
4 5 6 |
# File 'lib/rodolfo/exceptions.rb', line 4 def errors @errors end |