view libervia/web/pages/_browser/errors.py @ 1637:29dd52585984 default tip

tests (browser/unit/chat): Add tests for forwarding, rich editing and extra recipients: fix 461
author Goffi <goffi@goffi.org>
date Fri, 04 Jul 2025 18:15:48 +0200
parents a2cd4222c702
children
line wrap: on
line source

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


class InternalError(Exception):
    """Something went wrong with our code."""