view libervia/pages/_browser/errors.py @ 1517:b8ed9726525b

browser: "calls" implementation, first draft: Basic page to make a call. Call are automatically accepted for the moment. fix 422
author Goffi <goffi@goffi.org>
date Thu, 01 Jun 2023 21:42:02 +0200
parents f68839a4caba
children
line wrap: on
line source

class TimeoutError(Exception):
    """An action has not been done in time"""