chatflock.errors

Module Contents

exception chatflock.errors.ChatParticipantNotJoinedToChatError(participant_name)

Bases: Exception

Common base class for all non-exit exceptions.

Parameters:

participant_name (str)

exception chatflock.errors.ChatParticipantAlreadyJoinedToChatError(participant_name)

Bases: Exception

Common base class for all non-exit exceptions.

Parameters:

participant_name (str)

exception chatflock.errors.MessageCouldNotBeParsedError(message)

Bases: Exception

Common base class for all non-exit exceptions.

Parameters:

message (str)

exception chatflock.errors.NotEnoughActiveParticipantsInChatError(n_participants=0)

Bases: Exception

Common base class for all non-exit exceptions.

Parameters:

n_participants (int)

exception chatflock.errors.NoMessagesInChatError

Bases: Exception

Common base class for all non-exit exceptions.

exception chatflock.errors.FunctionNotFoundError(function_name)

Bases: Exception

Common base class for all non-exit exceptions.

Parameters:

function_name (str)