Sha256: 35fc9d51eefe9975079182158321e21cd6cd758962d9681dcc73a1bcda7fbfa9
Contents?: true
Size: 455 Bytes
Versions: 27
Compression:
Stored size: 455 Bytes
Contents
# frozen_string_literal: true # 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
27 entries across 27 versions & 2 rubygems