Skip to content

Add FramingError and DecodingError exception subclasses - #5

Merged
DHUKK merged 1 commit into
mainfrom
update-exceptions
Mar 11, 2026
Merged

Add FramingError and DecodingError exception subclasses#5
DHUKK merged 1 commit into
mainfrom
update-exceptions

Conversation

@DHUKK

@DHUKK DHUKK commented Mar 11, 2026

Copy link
Copy Markdown
Owner
  • Split ProtocolError into FramingError (wire framing/extraction) and DecodingError (message payload parsing).
  • Move StateMachineError into the central exceptions module. Update all raise sites and tests to use the specific exception types.

Split ProtocolError into FramingError (wire framing/extraction) and
DecodingError (message payload parsing). Move StateMachineError into
the central exceptions module. Update all raise sites and tests to
use the specific exception types.
@DHUKK
DHUKK merged commit 97289ed into main Mar 11, 2026
17 checks passed
@DHUKK
DHUKK deleted the update-exceptions branch March 11, 2026 18:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant