# File lib/rgen/instantiator/resolution_helper.rb, line 39
def self.is_type_error?(e)
  e.message =~ /Can not use a .* where a .* is expected/
end