Refactor processing running and merge apr2025 generator into
BaseRandomizer
This commit is contained in:
@@ -2,6 +2,6 @@
|
||||
using System;
|
||||
|
||||
public class GenerationFailedException : Exception {
|
||||
public GenerationFailedException(string message) : base(message) { }
|
||||
public GenerationFailedException(string message, params string[] args) : base(string.Format(message, args)) { }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user