view libervia/web/pages/_browser/errors.py @ 1621:d7c8a986f4fb default tip

doc (chat): chat documentation first draft: Include documentation for thread/reply. fix 457
author Goffi <goffi@goffi.org>
date Tue, 06 May 2025 00:40:53 +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."""