Sha256: 2970ff6b0eae0f35777e38b90d491efd6dee6124f1834f4380a0e5889a8417eb
Contents?: true
Size: 226 Bytes
Versions: 7
Compression:
Stored size: 226 Bytes
Contents
module Mongoid module Shell module Errors class MissingSessionError < Mongoid::Shell::Errors::Base def initialize super(compose_message('missing_session')) end end end end end
Version data entries
7 entries across 7 versions & 1 rubygems