mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-06-04 19:26:51 +00:00
Use base type for argument
This commit is contained in:
@@ -48,7 +48,7 @@ namespace Octokit
|
||||
/// Constructs an instance of ApiValidationException
|
||||
/// </summary>
|
||||
/// <param name="innerException">The inner exception</param>
|
||||
protected ApiValidationException(ApiValidationException innerException)
|
||||
protected ApiValidationException(ApiException innerException)
|
||||
: base(innerException)
|
||||
{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user