Skip to content

Commit 92beca8

Browse files
committed
Get rid of unused CircularDatastructure class
1 parent 573ebdc commit 92beca8

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

lib/json/common.rb

-4
Original file line numberDiff line numberDiff line change
@@ -236,10 +236,6 @@ class ParserError < JSONError; end
236236
# deep.
237237
class NestingError < ParserError; end
238238

239-
# :stopdoc:
240-
class CircularDatastructure < NestingError; end
241-
# :startdoc:
242-
243239
# This exception is raised if a generator or unparser error occurs.
244240
class GeneratorError < JSONError
245241
attr_reader :invalid_object

0 commit comments

Comments
 (0)