Sha256: d9d4907d8b56b6478fb9105abb135f5105dee984f2ae58dd59757faa5a2b8938

Contents?: true

Size: 235 Bytes

Versions: 7

Compression:

Stored size: 235 Bytes

Contents

module Mongoid
  module Shell
    module Errors
      class MissingPrimaryNodeError < Mongoid::Shell::Errors::Base
        def initialize
          super(compose_message('missing_primary_node'))
        end
      end
    end
  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
mongoid-shell-0.4.6 lib/mongoid/shell/errors/missing_primary_node_error.rb
mongoid-shell-0.4.5 lib/mongoid/shell/errors/missing_primary_node_error.rb
mongoid-shell-0.4.4 lib/mongoid/shell/errors/missing_primary_node_error.rb
mongoid-shell-0.4.3 lib/mongoid/shell/errors/missing_primary_node_error.rb
mongoid-shell-0.4.2 lib/mongoid/shell/errors/missing_primary_node_error.rb
mongoid-shell-0.4.1 lib/mongoid/shell/errors/missing_primary_node_error.rb
mongoid-shell-0.4.0 lib/mongoid/shell/errors/missing_primary_node_error.rb