Exception: Lookbook::ParserError
- Inherits:
-
LookbookError
- Object
- StandardError
- LookbookError
- Lookbook::ParserError
- Defined in:
- lib/lookbook/support/errors/parser_error.rb
Instance Attribute Summary
Attributes inherited from LookbookError
Instance Method Summary collapse
-
#initialize(msg = nil, scope: "parser", **kwargs) ⇒ ParserError
constructor
A new instance of ParserError.
Methods inherited from LookbookError
Constructor Details
#initialize(msg = nil, scope: "parser", **kwargs) ⇒ ParserError
Returns a new instance of ParserError.
3 4 5 |
# File 'lib/lookbook/support/errors/parser_error.rb', line 3 def initialize(msg = nil, scope: "parser", **kwargs) super(msg, scope: scope, **kwargs) end |