Sha256: b2d0c1bbfff70ddfe0916553e883e166d7ef1668a90197b8d0318f1141289d01
Contents?: true
Size: 420 Bytes
Versions: 46
Compression:
Stored size: 420 Bytes
Contents
# encoding: utf-8 module Mongoid module Errors # This error is raised when no sessions exists in the database # configuration. class NoSessionsConfig < MongoidError # Create the new error. # # @example Create the error. # NoSessionsConfig.new # # @since 3.0.0 def initialize super(compose_message("no_sessions_config", {})) end end end end
Version data entries
46 entries across 46 versions & 6 rubygems