Exception: Gem::RequestSet::Lockfile::ParseError
Relationships & Source Files | |
Super Chains via Extension / Inclusion / Inheritance | |
Class Chain:
self,
::Gem::Exception,
RuntimeError
|
|
Instance Chain:
self,
::Gem::Exception,
RuntimeError
|
|
Inherits: |
Gem::Exception
|
Defined in: | lib/rubygems/request_set/lockfile.rb |
Overview
Raised when a lockfile cannot be parsed
Class Method Summary
- .new(message, column, line, path) ⇒ ParseError constructor
Instance Attribute Summary
Constructor Details
.new(message, column, line, path) ⇒ ParseError
Instance Attribute Details
#column (readonly)
The column where the error was encountered
# File 'lib/rubygems/request_set/lockfile.rb', line 16
attr_reader :column
#line (readonly)
The line where the error was encountered
# File 'lib/rubygems/request_set/lockfile.rb', line 21
attr_reader :line
#path (readonly)
The location of the lock file
# File 'lib/rubygems/request_set/lockfile.rb', line 26
attr_reader :path