class Reji::CustomerAlreadyCreatedError

Public Class Methods

exists(owner) click to toggle source
# File lib/reji/errors.rb, line 27
def self.exists(owner)
  new("#{owner.class.name} is already a Stripe customer with ID #{owner.stripe_id}.")
end