in src/Retriever/ClassRetriever.hack [37:43]
public static function forFile(string $path): ClassRetriever {
$res = C\onlyx(self::forFiles(keyset[$path]));
if ($res is WrappedResult<_>) {
return $res->getResult();
}
throw ($res as WrappedException<_>)->getException();
}