Exception: FlexibleIncludeTag::Tags::IncludeAbsoluteTagError
- Inherits:
-
StandardError
- Object
- StandardError
- FlexibleIncludeTag::Tags::IncludeAbsoluteTagError
- Defined in:
- flexible_include.rb
Instance Attribute Summary collapse
-
#path ⇒ Object
Returns the value of attribute path.
Instance Method Summary collapse
-
#initialize(msg, path) ⇒ IncludeAbsoluteTagError
constructor
A new instance of IncludeAbsoluteTagError.
Constructor Details
#initialize(msg, path) ⇒ IncludeAbsoluteTagError
Returns a new instance of IncludeAbsoluteTagError.
23 24 25 26 |
# File 'flexible_include.rb', line 23 def initialize(msg, path) super(msg) @path = path end |
Instance Attribute Details
#path ⇒ Object
Returns the value of attribute path.
21 22 23 |
# File 'flexible_include.rb', line 21 def path @path end |