Sha256: 883734185876bbf9dcd4dfa9c27e55cc0c89bb20d3fe6f43fc215ebfcfadfd99
Contents?: true
Size: 275 Bytes
Versions: 60
Compression:
Stored size: 275 Bytes
Contents
module Seatsio module Exception class SeatsioException < StandardError end class RateLimitExceededException < SeatsioException end class NoMorePagesException < SeatsioException end class NotFoundException < SeatsioException end end end
Version data entries
60 entries across 60 versions & 1 rubygems