Sha256: 27769ace7910a92469615be11a518f9824906fe8cf94c381f73b3ffcacd3e748
Contents?: true
Size: 424 Bytes
Versions: 105
Compression:
Stored size: 424 Bytes
Contents
# encoding: utf-8 module Mongoid module Errors # Raised when trying to load configuration with no RACK_ENV set class NoEnvironment < MongoidError # Create the new no environment error. # # @example Create the new no environment error. # NoEnvironment.new # # @since 2.4.0 def initialize super(compose_message("no_environment", {})) end end end end
Version data entries
105 entries across 100 versions & 7 rubygems