Lots of additions and restructuring
This commit is contained in:
@@ -22,4 +22,9 @@ namespace TOOHUCardAPI.Data
|
||||
{
|
||||
public override AbstractResponse response => new NotFirstWinResponse();
|
||||
}
|
||||
|
||||
public class InvalidCardException : TooHooException
|
||||
{
|
||||
public override AbstractResponse response => new InvalidCardResponse();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user