From 66359954aa7dd6261e8336649449ba43884300da Mon Sep 17 00:00:00 2001 From: sta Date: Fri, 10 May 2019 20:59:45 +0900 Subject: [PATCH] [Modify] Polish it --- websocket-sharp/Net/CookieException.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/websocket-sharp/Net/CookieException.cs b/websocket-sharp/Net/CookieException.cs index 59a68f7c..ef5a682f 100644 --- a/websocket-sharp/Net/CookieException.cs +++ b/websocket-sharp/Net/CookieException.cs @@ -46,7 +46,7 @@ namespace WebSocketSharp.Net /// The exception that is thrown when a gets an error. /// [Serializable] - public class CookieException : FormatException, ISerializable + public class CookieException : FormatException { #region Internal Constructors