Sha256: 5b4a3cf1de3e78a2052e31c07b5c71064499a675ee1f447ae94c1bb64da64da7
Contents?: true
Size: 434 Bytes
Versions: 164
Compression:
Stored size: 434 Bytes
Contents
# encoding: utf-8 module Mongoid #:nodoc module Errors #:nodoc # 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(translate("no_environment", {})) end end end end
Version data entries
164 entries across 72 versions & 3 rubygems