9 lines
155 B
C#
9 lines
155 B
C#
|
using System;
|
|||
|
|
|||
|
namespace NadekoBot.Modules.Gambling.Common.AnimalRacing.Exceptions
|
|||
|
{
|
|||
|
public class AnimalRaceFullException : Exception
|
|||
|
{
|
|||
|
}
|
|||
|
}
|