aboutsummaryrefslogtreecommitdiff
path: root/ouroboros/errors.py
Commit message (Collapse)AuthorAgeFilesLines
* ouroboros: Derive errors from base classDimitri Staessens2026-06-301-0/+246
Introduce ouroboros/errors.py with an OuroborosError base and subclasses for IRM/IPCPd/flow/name/bind. Now maps C errno values onto the appropriate Python exception.