mirror of
https://github.com/onyx-and-iris/Lottery.git
synced 2026-04-18 06:53:33 +00:00
add base exception class
This commit is contained in:
9
Lottery/Exception.cs
Normal file
9
Lottery/Exception.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
namespace Lottery
|
||||
{
|
||||
/// <summary>
|
||||
/// Base Exception class for the LottoPicker app
|
||||
/// </summary>
|
||||
internal class LottoPickerException(string message) : Exception(message)
|
||||
{
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user