comparison libervia/pages/_browser/errors.py @ 1511:f68839a4caba

browser (errors): new `TimeourError`
author Goffi <goffi@goffi.org>
date Mon, 22 May 2023 11:57:49 +0200
parents
children
comparison
equal deleted inserted replaced
1510:5ea06e8b06ed 1511:f68839a4caba
1 class TimeoutError(Exception):
2 """An action has not been done in time"""