You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
308 B
20 lines
308 B
class CannotCastToSteamID(Exception):
|
|
pass
|
|
|
|
class NotLoadProfile(Exception):
|
|
pass
|
|
|
|
class NeedDiscordAuthOfSteam(Exception):
|
|
pass
|
|
|
|
class LowPermition(Exception):
|
|
pass
|
|
|
|
class NotFoundPlayerOnServer(Exception):
|
|
pass
|
|
|
|
class UnknownBackendResponse(Exception):
|
|
pass
|
|
|
|
class AdminLowPermition(Exception):
|
|
pass
|