Coverage for aiocoap/util/pyodide_websockets/exceptions.py: 100%
4 statements
« prev ^ index » next coverage.py v7.10.6, created at 2025-09-14 09:39 +0000
« prev ^ index » next coverage.py v7.10.6, created at 2025-09-14 09:39 +0000
1# SPDX-FileCopyrightText: Christian Amsüss and the aiocoap contributors
2#
3# SPDX-License-Identifier: MIT
6class WebSocketException(Exception):
7 pass
10class ConnectionClosed(WebSocketException):
11 pass