Open
Description
When I have no permission to create hook, github server will return error message
{
message: Not Found,
documentation_url: https://developer.github.com/v3/repos/hooks/#create-a-hook
}
Can you throws NotFound
error here?
github.dart/lib/src/common/repos_service.dart
Lines 709 to 717 in 086f904