Exception: Packwerk::Parsers::ParseError
- Inherits:
-
StandardError
- Object
- StandardError
- Packwerk::Parsers::ParseError
- Defined in:
- lib/packwerk/parsers.rb
Instance Attribute Summary collapse
-
#result ⇒ Object
readonly
: ParseResult.
Instance Method Summary collapse
-
#initialize(result) ⇒ ParseError
constructor
: (ParseResult result) -> void.
Constructor Details
#initialize(result) ⇒ ParseError
: (ParseResult result) -> void
18 19 20 21 |
# File 'lib/packwerk/parsers.rb', line 18 def initialize(result) super(result.) @result = result end |
Instance Attribute Details
#result ⇒ Object (readonly)
: ParseResult
15 16 17 |
# File 'lib/packwerk/parsers.rb', line 15 def result @result end |