Sha256: 9c0b04964960612da678198204fa7afce111d77405c53647fce129fcbc9da119
Contents?: true
Size: 168 Bytes
Versions: 22
Compression:
Stored size: 168 Bytes
Contents
module Lookbook class ParserError < LookbookError def initialize(msg = nil, scope: "parser", **kwargs) super(msg, scope: scope, **kwargs) end end end
Version data entries
22 entries across 22 versions & 1 rubygems
Version | Path |
---|---|
lookbook-1.2.1 | lib/lookbook/support/errors/parser_error.rb |
lookbook-1.2.0 | lib/lookbook/support/errors/parser_error.rb |