class NoSuchCustomerError

Public Instance Methods

message() click to toggle source
# File lib/amdirent_stripe/errors.rb, line 20
def message
  "No such stripe customer!"
end