Sha256: e74ec4af58b5b9d6458fc174d2908800dfb4d11bab9051ea0f3cd19f199451da

Contents?: true

Size: 282 Bytes

Versions: 7

Compression:

Stored size: 282 Bytes

Contents

module InventoryRefresh
  module Exception
    class SweeperError < StandardError; end
    class SweeperNonExistentScopeKeyFoundError < SweeperError; end
    class SweeperNonUniformScopeKeyFoundError < SweeperError; end
    class SweeperScopeBadFormat < SweeperError; end
  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
inventory_refresh-0.3.6 lib/inventory_refresh/exception.rb
inventory_refresh-0.3.5 lib/inventory_refresh/exception.rb
inventory_refresh-0.3.4 lib/inventory_refresh/exception.rb
inventory_refresh-0.3.3 lib/inventory_refresh/exception.rb
inventory_refresh-0.3.2 lib/inventory_refresh/exception.rb
inventory_refresh-0.3.1 lib/inventory_refresh/exception.rb
inventory_refresh-0.3.0 lib/inventory_refresh/exception.rb