- Inheritance
- < RSS::Error < StandardError < Exception < Object
Attributes
Name | Visibility | R/W | Description |
---|---|---|---|
element | public | R | |
line | public | R |
Methods
Class
Visibility | Signature |
---|---|
public | new (line=nil, element=nil) |
Class Method Detail
new(line=nil, element=nil)
Create a new NotWellFormedError for an error at line in element. If a block is given the return value of the block ends up in the error message.