Mercurial > libervia-web
view libervia/web/pages/_browser/errors.py @ 1629:961468588131 default tip
doc (chat): Add documentation for message origin:
fix 459
author | Goffi <goffi@goffi.org> |
---|---|
date | Sun, 08 Jun 2025 17:29:39 +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."""