Sha256: a178f347aa196422243ba196ae96dfdd1c77d2fc0f15c9422a1a795a204e2a5a
Contents?: true
Size: 408 Bytes
Versions: 25
Compression:
Stored size: 408 Bytes
Contents
# frozen_string_literal: true 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 def initialize super(compose_message("no_environment", {})) end end end end
Version data entries
25 entries across 25 versions & 1 rubygems