parent
028f9be125
commit
e6924c10e4
@ -1,17 +1,5 @@
|
|||||||
using System.Runtime.Serialization;
|
|
||||||
|
|
||||||
namespace Recyclarr.TrashLib.Config.Parsing.ErrorHandling;
|
namespace Recyclarr.TrashLib.Config.Parsing.ErrorHandling;
|
||||||
|
|
||||||
[Serializable]
|
|
||||||
public class NoConfigurationFilesException : Exception
|
public class NoConfigurationFilesException : Exception
|
||||||
{
|
{
|
||||||
public NoConfigurationFilesException()
|
|
||||||
: base("No configuration YAML files found")
|
|
||||||
{
|
|
||||||
}
|
|
||||||
|
|
||||||
protected NoConfigurationFilesException(SerializationInfo info, StreamingContext context)
|
|
||||||
: base(info, context)
|
|
||||||
{
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in new issue