anonstream/anonstream/control/exceptions.py

9 行
197 B
Python
Raw 通常表示 履歴

# SPDX-FileCopyrightText: 2022 n9k <https://gitler.moe/ninya9k>
2022-06-16 10:23:11 +09:00
# SPDX-License-Identifier: AGPL-3.0-or-later
2022-06-16 10:05:18 +09:00
class ControlSocketExit(Exception):
2022-06-14 17:29:32 +09:00
pass
2022-06-16 10:05:18 +09:00
class CommandFailed(Exception):
2022-06-14 17:29:32 +09:00
pass