[ruby/json] Get rid of unused CircularDatastructure class

https://github.com/ruby/json/commit/92beca8032
This commit is contained in:
Jean Boussier 2025-04-17 07:37:14 +09:00 committed by Hiroshi SHIBATA
parent 51d0e58772
commit e0264791f0
No known key found for this signature in database
GPG Key ID: F9CF13417264FAC2

View File

@ -236,10 +236,6 @@ module JSON
# deep.
class NestingError < ParserError; end
# :stopdoc:
class CircularDatastructure < NestingError; end
# :startdoc:
# This exception is raised if a generator or unparser error occurs.
class GeneratorError < JSONError
attr_reader :invalid_object