class StripeMock::ClosedClientConnectionError

Public Class Methods

new() click to toggle source
Calls superclass method
# File lib/stripe_mock/errors/closed_client_connection_error.rb, line 4
def initialize
  super("This StripeMock client has already been closed.")
end