lib/polyphony/extensions/exception.rb in polyphony-1.1.1 vs lib/polyphony/extensions/exception.rb in polyphony-1.2

- old
+ new

@@ -1,10 +1,9 @@ # frozen_string_literal: true # Extensions to the Exception class class ::Exception class << self - # Set to true to disable sanitizing the backtrace (to remove frames occuring # in the Polyphony code itself.) attr_accessor :__disable_sanitized_backtrace__ end