diff options
Diffstat (limited to '')
| -rw-r--r-- | idatui/errors.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/idatui/errors.py b/idatui/errors.py index aaf2dc5..7aceef2 100644 --- a/idatui/errors.py +++ b/idatui/errors.py @@ -1,9 +1,10 @@ """TUI-facing error hierarchy and lightweight database session model. -The Code Mode adapter normalizes ``ida_codemode.client`` transport and execution +The IDA Nexus adapter normalizes ``ida_nexus`` transport and execution errors into these types so the domain and Textual layers do not depend on HTTP or registry implementation details. """ + from __future__ import annotations from dataclasses import dataclass |
