view libervia/web/pages/_browser/errors.py @ 1518:eb00d593801d

refactoring: rename `libervia` to `libervia.web` + update imports following backend changes
author Goffi <goffi@goffi.org>
date Fri, 02 Jun 2023 16:49:28 +0200
parents libervia/pages/_browser/errors.py@f68839a4caba
children
line wrap: on
line source

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