# File lib/mongo/error/invalid_bulk_operation_type.rb, line 31 def initialize(type) super("Invalid bulk operation type: #{type}.") end