Exception: Jekyll::Tags::IncludeTagError
- Inherits:
-
StandardError
- Object
- StandardError
- Jekyll::Tags::IncludeTagError
- Defined in:
- lib/liquid/tags/jekyll.rb
Instance Attribute Summary collapse
-
#path ⇒ Object
Returns the value of attribute path.
Instance Method Summary collapse
-
#initialize(msg, path) ⇒ IncludeTagError
constructor
A new instance of IncludeTagError.
Constructor Details
#initialize(msg, path) ⇒ IncludeTagError
Returns a new instance of IncludeTagError.
12 13 14 15 |
# File 'lib/liquid/tags/jekyll.rb', line 12 def initialize(msg, path) super(msg) @path = path end |
Instance Attribute Details
#path ⇒ Object
Returns the value of attribute path.
10 11 12 |
# File 'lib/liquid/tags/jekyll.rb', line 10 def path @path end |