Method: Sequel::SequelMethods#json_parser_error_class

Defined in:
lib/sequel/core.rb

#json_parser_error_classObject

The exception classed raised if there is an error parsing JSON. This can be overridden to use an alternative json implementation.



163
164
165
# File 'lib/sequel/core.rb', line 163

def json_parser_error_class
  JSON::ParserError
end