in src/main/scala/com/googlesource/gerrit/plugins/analytics/common/ProjectResourceParser.scala [27:34]
def setProject(project: String): Unit = {
try {
this.projectRes = projects.parse(project)
} catch {
case e: Exception =>
throw new IllegalArgumentException("Error while trying to access project " + project, e)
}
}