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