StandardError
The base exception for JSON errors.
JSON
# File json/lib/json/common.rb, line 108 def self.wrap(exception) obj = new("Wrapped(#{exception.class}): #{exception.message.inspect}") obj.set_backtrace exception.backtrace obj end
This page was generated for Ruby 2.6.8
Ruby-doc.org is a service of James Britt and Neurogami, an erratic source of art, music, and technology.
Generated with Ruby-doc Rdoc Generator 0.42.0.