[ruby/json] Get rid of unused CircularDatastructure class
https://github.com/ruby/json/commit/92beca8032
This commit is contained in:
parent
51d0e58772
commit
e0264791f0
@ -236,10 +236,6 @@ module JSON
|
|||||||
# deep.
|
# deep.
|
||||||
class NestingError < ParserError; end
|
class NestingError < ParserError; end
|
||||||
|
|
||||||
# :stopdoc:
|
|
||||||
class CircularDatastructure < NestingError; end
|
|
||||||
# :startdoc:
|
|
||||||
|
|
||||||
# This exception is raised if a generator or unparser error occurs.
|
# This exception is raised if a generator or unparser error occurs.
|
||||||
class GeneratorError < JSONError
|
class GeneratorError < JSONError
|
||||||
attr_reader :invalid_object
|
attr_reader :invalid_object
|
||||||
|
Loading…
x
Reference in New Issue
Block a user