10 lines
164 B
C#
10 lines
164 B
C#
using System;
|
|
|
|
namespace NadekoBot.Modules.Gambling.Common.AnimalRacing.Exceptions
|
|
{
|
|
public class AlreadyStartedException : Exception
|
|
{
|
|
|
|
}
|
|
}
|