Exception: JSON::ParserError
- Defined in:
- lib/json/common.rb
Overview
This exception is raised if a parser error occurs.
Direct Known Subclasses
Instance Attribute Summary collapse
-
#column ⇒ Object
readonly
Returns the value of attribute column.
-
#line ⇒ Object
readonly
Returns the value of attribute line.
Instance Attribute Details
#column ⇒ Object (readonly)
Returns the value of attribute column.
235 236 237 |
# File 'lib/json/common.rb', line 235 def column @column end |
#line ⇒ Object (readonly)
Returns the value of attribute line.
235 236 237 |
# File 'lib/json/common.rb', line 235 def line @line end |