class UserNotFoundError(Exception): """User not found!""" class UserAlreadyExistError(Exception): """Token already exits!""" class MatrixRoomNotFoundError(Exception): """Matrix room not found!""" class MatrixRoomAlreadyExistError(Exception): """matrix room already exits!"""