# File lib/mongo/error/invalid_read_option.rb, line 30 def initialize(read_option, msg) super("Invalid read option: #{read_option}: #{msg}") end