Exception: Kielce::IncompleteRenderError
- Inherits:
-
StandardError
- Object
- StandardError
- Kielce::IncompleteRenderError
- Defined in:
- lib/kielce/kielce.rb
Instance Attribute Summary collapse
-
#file_name ⇒ Object
Returns the value of attribute file_name.
-
#source_exception ⇒ Object
Returns the value of attribute source_exception.
-
#source_file ⇒ Object
Returns the value of attribute source_file.
Instance Method Summary collapse
-
#initialize(file_to_load, source, ex) ⇒ IncompleteRenderError
constructor
A new instance of IncompleteRenderError.
Constructor Details
#initialize(file_to_load, source, ex) ⇒ IncompleteRenderError
Returns a new instance of IncompleteRenderError.
17 18 19 20 21 |
# File 'lib/kielce/kielce.rb', line 17 def initialize(file_to_load, source, ex) @file_name = file_to_load @source_file = source @source_exception = ex end |
Instance Attribute Details
#file_name ⇒ Object
Returns the value of attribute file_name.
15 16 17 |
# File 'lib/kielce/kielce.rb', line 15 def file_name @file_name end |
#source_exception ⇒ Object
Returns the value of attribute source_exception.
15 16 17 |
# File 'lib/kielce/kielce.rb', line 15 def source_exception @source_exception end |
#source_file ⇒ Object
Returns the value of attribute source_file.
15 16 17 |
# File 'lib/kielce/kielce.rb', line 15 def source_file @source_file end |