Sha256: 1f0195e6a8ce711f4768578f995ea4dc2be07443abe2a621dba73017af8443ac

Contents?: true

Size: 278 Bytes

Versions: 1

Compression:

Stored size: 278 Bytes

Contents

# frozen_string_literal: true

module MontaAPI
  class Error < StandardError
  end

  class NotFoundError < Error
  end

  class WhiteListError < Error
  end

  class AuthenticationError < Error
  end

  class ServerError < Error
  end

  class RateLimitError < Error
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
monta_api-0.1.3 lib/monta_api/errors.rb