Sha256: 944641ec610efae1503ea90dfd0b89154b0d0a149f5a035e79a18c0027614ee4
Contents?: true
Size: 282 Bytes
Versions: 4
Compression:
Stored size: 282 Bytes
Contents
# frozen_string_literal: true module CustomerioAPI 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
4 entries across 4 versions & 1 rubygems