Exception: Cfer::Util::TemplateError

Inherits:
CferError
  • Object
show all
Defined in:
lib/cfer/util/error.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

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_backtraceObject (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