We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 573ebdc commit 92beca8Copy full SHA for 92beca8
1 file changed
lib/json/common.rb
@@ -236,10 +236,6 @@ class ParserError < JSONError; end
236
# deep.
237
class NestingError < ParserError; end
238
239
- # :stopdoc:
240
- class CircularDatastructure < NestingError; end
241
- # :startdoc:
242
-
243
# This exception is raised if a generator or unparser error occurs.
244
class GeneratorError < JSONError
245
attr_reader :invalid_object
0 commit comments