Sha256: 521981c97f9a41373cdea991fb20b375f232253ea6e952147f9a9a33e5012f7e

Contents?: true

Size: 305 Bytes

Versions: 1

Compression:

Stored size: 305 Bytes

Contents

module SlackRubyBotServer
  module Stripe
    module Errors
      class StripeCustomerExistsError < StandardError; end
      class MissingStripeCustomerError < StandardError; end
      class AlreadySubscribedError < StandardError; end
      class NotSubscribedError < StandardError; end
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
slack-ruby-bot-server-stripe-0.1.0 lib/slack-ruby-bot-server-stripe/errors.rb