# File lib/mongo/error/unchangeable_collection_option.rb, line 32
      def initialize(option)
        super("The option #{option} cannot be set on a new collection instance." +
                  " The options that can be updated are #{Collection::CHANGEABLE_OPTIONS}")
      end