Exception: Jekyll::Tags::IncludeAbsoluteTagError
- Inherits:
-
StandardError
- Object
- StandardError
- Jekyll::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.
15 16 17 18 |
# File 'flexible_include.rb', line 15 def initialize(msg, path) super(msg) @path = path end |
Instance Attribute Details
#path ⇒ Object
Returns the value of attribute path.
13 14 15 |
# File 'flexible_include.rb', line 13 def path @path end |