Skip to content

Commit

Permalink
Mark class [Serializable] to address warning
Browse files Browse the repository at this point in the history
  • Loading branch information
olehfb authored Feb 27, 2018
1 parent 59009e5 commit 95fb189
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion LiteDB.Shell/Shell/ShellException.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

namespace LiteDB.Shell
{
[Serializable]
internal class ShellException : Exception
{
public ShellException(string message)
Expand All @@ -14,4 +15,4 @@ public static ShellException NoDatabase()
return new ShellException("No open database");
}
}
}
}

0 comments on commit 95fb189

Please sign in to comment.