class Reji::InvalidCustomerError

Public Class Methods

not_yet_created(owner) click to toggle source
# File lib/reji/errors.rb, line 33
def self.not_yet_created(owner)
  new("#{owner.class.name} is not a Stripe customer yet. See the create_as_stripe_customer method.")
end