annotate libervia/web/pages/_browser/errors.py @ 1624:fd421f1be8f5 default tip

browser (blog): blog redesign first draft: Redesign the blog in the same spirit as the chat, with a left panel to search/open new blogs, so there is no "selection" page anymore. Reactions are now managed.
author Goffi <goffi@goffi.org>
date Wed, 21 May 2025 15:58:56 +0200
parents a2cd4222c702
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1511
f68839a4caba browser (errors): new `TimeourError`
Goffi <goffi@goffi.org>
parents:
diff changeset
1 class TimeoutError(Exception):
1619
a2cd4222c702 browser: Updates for new design:
Goffi <goffi@goffi.org>
parents: 1518
diff changeset
2 """An action has not been done in time."""
a2cd4222c702 browser: Updates for new design:
Goffi <goffi@goffi.org>
parents: 1518
diff changeset
3
a2cd4222c702 browser: Updates for new design:
Goffi <goffi@goffi.org>
parents: 1518
diff changeset
4
a2cd4222c702 browser: Updates for new design:
Goffi <goffi@goffi.org>
parents: 1518
diff changeset
5 class InternalError(Exception):
a2cd4222c702 browser: Updates for new design:
Goffi <goffi@goffi.org>
parents: 1518
diff changeset
6 """Something went wrong with our code."""