[Modify] Polish it

This commit is contained in:
sta 2019-05-10 20:59:45 +09:00
parent 45b20c0e95
commit 66359954aa

View File

@ -46,7 +46,7 @@ namespace WebSocketSharp.Net
/// The exception that is thrown when a <see cref="Cookie"/> gets an error.
/// </summary>
[Serializable]
public class CookieException : FormatException, ISerializable
public class CookieException : FormatException
{
#region Internal Constructors