Sha256: 5bcb23b40237ab5333f2d3e9d2fcc3aff4bcf22483069f52b2a48007d844acec
Contents?: true
Size: 416 Bytes
Versions: 59
Compression:
Stored size: 416 Bytes
Contents
# encoding: utf-8 module Mongoid module Errors # This error is raised when no clients exists in the database # configuration. class NoClientsConfig < MongoidError # Create the new error. # # @example Create the error. # NoClientsConfig.new # # @since 3.0.0 def initialize super(compose_message("no_clients_config", {})) end end end end
Version data entries
59 entries across 55 versions & 3 rubygems