mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-06-06 20:13:40 +00:00
Fixing up the defaults a bit
This commit is contained in:
@@ -24,6 +24,10 @@ namespace Octokit
|
||||
"ForbiddenException created with wrong status code");
|
||||
}
|
||||
|
||||
public override string Message
|
||||
{
|
||||
get { return ApiErrorMessageSafe ?? "Request Forbidden"; }
|
||||
}
|
||||
|
||||
#if !NETFX_CORE
|
||||
protected ForbiddenException(SerializationInfo info, StreamingContext context)
|
||||
|
||||
Reference in New Issue
Block a user