mirror of
https://github.com/Cleanuparr/Cleanuparr.git
synced 2026-09-17 16:21:05 -04:00
Add download cleaner and dry run (#58)
This commit is contained in:
1 parent
19b3675701
commit
596a5aed8d
87 files changed
+2507
-413
No files matched your search
@@ -0,0 +1,12 @@
|
||||
namespace Common.Exceptions;
|
||||
|
||||
public sealed class ValidationException : Exception
|
||||
{
|
||||
public ValidationException()
|
||||
{
|
||||
}
|
||||
|
||||
public ValidationException(string message) : base(message)
|
||||
{
|
||||
}
|
||||
}
|
||||
Reference in new issue
Block a user