mirror of
https://github.com/onyx-and-iris/Lottery.git
synced 2024-11-23 22:50:47 +00:00
add base exception class
This commit is contained in:
parent
7d1525804e
commit
1b4e0baebb
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)
|
||||
{
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user