mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-05-31 02:05:39 +00:00
committed by
Ryan Gribble
parent
3c818934b8
commit
13d5dab516
@@ -1,7 +1,6 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Runtime.Serialization;
|
||||
|
||||
namespace Octokit.Tests.Conventions
|
||||
{
|
||||
@@ -15,10 +14,6 @@ namespace Octokit.Tests.Conventions
|
||||
: base(CreateMessage(type, methodsMissingOnReactiveClient), innerException)
|
||||
{ }
|
||||
|
||||
protected InterfaceHasAdditionalMethodsException(SerializationInfo info, StreamingContext context)
|
||||
: base(info, context)
|
||||
{ }
|
||||
|
||||
static string CreateMessage(Type type, IEnumerable<string> methods)
|
||||
{
|
||||
var methodsFormatted = string.Join("\r\n", methods.Select(m => string.Format(" - {0}", m)));
|
||||
|
||||
Reference in New Issue
Block a user