view libervia/web/pages/_browser/errors.py @ 1574:4ab4bc3ae462

browser: new `tools` module with a first method to detect touch devices
author Goffi <goffi@goffi.org>
date Wed, 22 Nov 2023 16:31:36 +0100
parents eb00d593801d
children
line wrap: on
line source

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