Skip to content

Commit

Permalink
Screw that
Browse files Browse the repository at this point in the history
  • Loading branch information
bux committed Aug 31, 2014
1 parent fcd17b3 commit ca9a149
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tabler/Classes/DuplicateKeyException.cs
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
using System;
using System.Runtime.Serialization;

namespace tabler
{
[Serializable]
public class DuplicateKeyException : Exception, ISerializable
public class DuplicateKeyException : Exception
{
public string KeyName { get; set; }
public string FileName { get; set; }
Expand Down

0 comments on commit ca9a149

Please sign in to comment.