SemDiff  1.0.0
Semantic Diffing Tool
SemDiff.Core.Exceptions Namespace Reference

Classes

class  GitHubAuthenticationFailureException
 Will be thrown when credentials are rejected by GitHub More...
 
class  GitHubDeserializationException
 Thrown when deserialization fails, this could happen because an error was returned and we did not catch in or it could be any kind of corrupted file More...
 
class  GitHubRateLimitExceededException
 Thrown when GitHub reports that the rate limit has been exceeded, this could happen with an unauthenticated client or authenticated clients. This can also be thrown if the maximum login attempts is exceeded. The latter is more likely though. More...
 
class  GitHubUnknownErrorException
 This exception is thrown if an error is received that is unhandled or undocumented More...
 
class  GitHubUrlNotFoundException
 Thrown if we find a .gitconfig file, but it doesn't match our reg-ex for a GitHub url