lib/braintree/exceptions.rb in braintree-2.31.0 vs lib/braintree/exceptions.rb in braintree-2.32.1
- old
+ new
@@ -53,7 +53,9 @@
def to_s
inspect
end
end
+
+ class TestOperationPerformedInProduction < BraintreeError; end
end
- old
+ new