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

Version Path
flagsmith-4.1.0 lib/flagsmith/sdk/errors.rb
flagsmith-4.0.1 lib/flagsmith/sdk/errors.rb
flagsmith-4.0.0 lib/flagsmith/sdk/errors.rb
flagsmith-3.2.0 lib/flagsmith/sdk/errors.rb
flagsmith-3.1.1 lib/flagsmith/sdk/errors.rb
flagsmith-3.1.0 lib/flagsmith/sdk/errors.rb
flagsmith-3.0.1 lib/flagsmith/sdk/errors.rb
flagsmith-3.0.0 lib/flagsmith/sdk/errors.rb