Sha256: 9c849340597750f4a6e01edbf8dca6a8f6b97d643739be1fd44a6e50764b1945
Contents?: true
Size: 183 Bytes
Versions: 8
Compression:
Stored size: 183 Bytes
Contents
# frozen_string_literal: true module Flagsmith class ClientError < StandardError; end class APIError < StandardError; end class FeatureStateNotFound < StandardError; end end
Version data entries
8 entries across 8 versions & 1 rubygems