# File lib/moped/errors.rb, line 40 def initialize(string) super("'#{string}' is not a valid object id.") end