# File lib/multi_json/adapters/oj.rb, line 22 def self.===(exception) case exception when ::SyntaxError true else WRAPPED_CLASSES.include?(exception.class.to_s) end end