Hackfut Security File Manager
Current Path:
/opt/td-agent/embedded/lib/ruby/gems/2.4.0/gems/oj-3.7.12/lib/oj
opt
/
td-agent
/
embedded
/
lib
/
ruby
/
gems
/
2.4.0
/
gems
/
oj-3.7.12
/
lib
/
oj
/
📁
..
📄
active_support_helper.rb
(1.02 KB)
📄
bag.rb
(3.35 KB)
📄
easy_hash.rb
(1.92 KB)
📄
error.rb
(630 B)
📄
json.rb
(5.52 KB)
📄
mimic.rb
(7.35 KB)
📄
oj.so
(1.08 MB)
📄
saj.rb
(1.5 KB)
📄
schandler.rb
(3.87 KB)
📄
state.rb
(4.21 KB)
📄
version.rb
(71 B)
Editing: error.rb
module Oj # Inherit Error class from StandardError. Error = Class.new(StandardError) # Following classes inherit from the Error class. # ----------------------------------------------- # An Exception that is raised as a result of a parse error while parsing a JSON document. ParseError = Class.new(Error) # An Exception that is raised as a result of a path being too deep. DepthError = Class.new(Error) # An Exception that is raised if a file fails to load. LoadError = Class.new(Error) # An Exception that is raised if there is a conflict with mimicing JSON MimicError = Class.new(Error) end # Oj
Upload File
Create Folder