PlayerTimeoutException

data class PlayerTimeoutException(val playerNumber: Int, var timeoutNumber: Int = -1, val player: KailleraUser? = null) : Exception

Constructors

Link copied to clipboard
constructor(playerNumber: Int, timeoutNumber: Int = -1, player: KailleraUser? = null)

Properties

Link copied to clipboard
open val cause: Throwable?
Link copied to clipboard
Link copied to clipboard
open val message: String?
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open operator override fun equals(o: Any?): Boolean