Sha256: f31913e81701b7754aef3d0181640dc432c43cd73a1118e1cf351f5034106ca7

Contents?: true

Size: 180 Bytes

Versions: 17

Compression:

Stored size: 180 Bytes

Contents

# frozen_string_literal: true

module Switchman
  module Errors
    class NonExistentShardError < RuntimeError; end

    class ParallelShardExecError < RuntimeError; end
  end
end

Version data entries

17 entries across 17 versions & 1 rubygems

Version Path
switchman-3.3.7 lib/switchman/errors.rb
switchman-3.3.6 lib/switchman/errors.rb
switchman-3.3.5 lib/switchman/errors.rb
switchman-3.3.4 lib/switchman/errors.rb
switchman-3.3.3 lib/switchman/errors.rb
switchman-3.3.2 lib/switchman/errors.rb
switchman-3.3.1 lib/switchman/errors.rb
switchman-3.3.0 lib/switchman/errors.rb
switchman-3.2.1 lib/switchman/errors.rb
switchman-3.2.0 lib/switchman/errors.rb
switchman-3.1.3 lib/switchman/errors.rb
switchman-3.1.2 lib/switchman/errors.rb
switchman-3.1.1 lib/switchman/errors.rb
switchman-3.1.0 lib/switchman/errors.rb
switchman-3.0.24 lib/switchman/errors.rb
switchman-3.0.23 lib/switchman/errors.rb
switchman-3.0.22 lib/switchman/errors.rb