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.
234 235 236 |
# File 'lib/json/common.rb', line 234 def column @column end |
#line ⇒ Object (readonly)
Returns the value of attribute line.
234 235 236 |
# File 'lib/json/common.rb', line 234 def line @line end |