Exception: NoCustomerError

Inherits:
Exception
  • Object
show all
Defined in:
lib/amdirent_stripe/errors.rb

Instance Method Summary collapse

Instance Method Details

#messageObject



8
9
10
# File 'lib/amdirent_stripe/errors.rb', line 8

def message
  "No stripe customer present!"
end