comparison libervia/web/pages/_browser/errors.py @ 1619:a2cd4222c702

browser: Updates for new design: This patch add code to handle the new design for chat. New bridge method are used to invite users to MUC or get list of occupants. A new modules is used for components, with a first one for collapsible cards. rel 457
author Goffi <goffi@goffi.org>
date Sat, 12 Apr 2025 00:21:45 +0200
parents eb00d593801d
children
comparison
equal deleted inserted replaced
1618:5d9889f14012 1619:a2cd4222c702
1 class TimeoutError(Exception): 1 class TimeoutError(Exception):
2 """An action has not been done in time""" 2 """An action has not been done in time."""
3
4
5 class InternalError(Exception):
6 """Something went wrong with our code."""