Exception: Bade::Renderer::LoadError
- Inherits:
-
RuntimeError
- Object
- RuntimeError
- Bade::Renderer::LoadError
- Defined in:
- lib/bade/renderer.rb
Instance Attribute Summary collapse
- #loading_path ⇒ String readonly
- #reference_path ⇒ String readonly
Instance Method Summary collapse
-
#initialize(loading_path, reference_path, msg = nil) ⇒ LoadError
constructor
A new instance of LoadError.
Constructor Details
#initialize(loading_path, reference_path, msg = nil) ⇒ LoadError
Returns a new instance of LoadError.
25 26 27 28 29 |
# File 'lib/bade/renderer.rb', line 25 def initialize(loading_path, reference_path, msg = nil) super(msg) @loading_path = loading_path @reference_path = reference_path end |