diff libervia/web/pages/_browser/errors.py @ 1518:eb00d593801d

refactoring: rename `libervia` to `libervia.web` + update imports following backend changes
author Goffi <goffi@goffi.org>
date Fri, 02 Jun 2023 16:49:28 +0200
parents libervia/pages/_browser/errors.py@f68839a4caba
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/libervia/web/pages/_browser/errors.py	Fri Jun 02 16:49:28 2023 +0200
@@ -0,0 +1,2 @@
+class TimeoutError(Exception):
+    """An action has not been done in time"""