mirror of
https://github.com/babalae/better-genshin-impact.git
synced 2026-04-05 11:25:20 +08:00
3 lines
137 B
C#
3 lines
137 B
C#
namespace BetterGenshinImpact.Service.Notifier.Exception;
|
|
|
|
public class NotifierException(string message) : System.Exception(message); |