mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-06-04 11:24:44 +00:00
Fixing xml docs
This commit is contained in:
@@ -22,10 +22,6 @@ namespace Octokit
|
||||
/// <summary>
|
||||
/// Constructs an instance of PrivateRepositoryQuotaExceededException.
|
||||
/// </summary>
|
||||
/// <param name="owner">The login of the owner of the existing repository</param>
|
||||
/// <param name="name">The name of the existing repository</param>
|
||||
/// <param name="ownerIsOrganization">True if the owner is an organization</param>
|
||||
/// <param name="baseAddress">The base address of the repository.</param>
|
||||
/// <param name="innerException">The inner validation exception.</param>
|
||||
public PrivateRepositoryQuotaExceededException(ApiValidationException innerException)
|
||||
: base(innerException)
|
||||
|
||||
Reference in New Issue
Block a user