Raised when a lockfile cannot be parsed
Methods
- N
Attributes
[R] | column | The column where the error was encountered |
[R] | line | The line where the error was encountered |
[R] | path | The location of the lock file |
Class Public methods
new(message, column, line, path) Link
Raises a ParseError
with the given message
which was encountered at a line
and column
while parsing.