GameSessionFullException constructor

GameSessionFullException({
  1. String? type,
  2. String? message,
})

Implementation

GameSessionFullException({String? type, String? message})
    : super(type: type, code: 'GameSessionFullException', message: message);