We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd7f9d9 commit 86c2f7bCopy full SHA for 86c2f7b
src/CiT.Common/Exceptions/InvalidConfigurationException.cs
@@ -2,6 +2,7 @@
2
3
namespace CiT.Common.Exceptions;
4
5
+[Serializable]
6
public class InvalidConfigurationException : Exception
7
{
8
public InvalidConfigurationException() { }
0 commit comments