Exception: Cfer::Util::TemplateError
- Defined in:
- lib/cfer/util/error.rb
Instance Attribute Summary collapse
-
#template_backtrace ⇒ Object
readonly
Returns the value of attribute template_backtrace.
Instance Method Summary collapse
-
#initialize(template_backtrace) ⇒ TemplateError
constructor
A new instance of TemplateError.
Constructor Details
#initialize(template_backtrace) ⇒ TemplateError
Returns a new instance of TemplateError.
26 27 28 29 |
# File 'lib/cfer/util/error.rb', line 26 def initialize(template_backtrace) @template_backtrace = template_backtrace super end |
Instance Attribute Details
#template_backtrace ⇒ Object (readonly)
Returns the value of attribute template_backtrace.
24 25 26 |
# File 'lib/cfer/util/error.rb', line 24 def template_backtrace @template_backtrace end |