mirror of
https://github.com/tdurieux/anonymous_github.git
synced 2026-08-14 07:50:34 +02:00
When a GitHub repo has no commits, the API returns 409 which was unhandled, causing raw HttpError warnings. Now throws repo_empty AnonymousError consistent with the existing convention.