# File lib/mongo/error/missing_password.rb, line 24 def initialize(msg = nil) super(msg || 'User was created without a password') end