Skip to content

Commit

Permalink
Change base type of DisconnectedChannelError to RuntimeError
Browse files Browse the repository at this point in the history
  • Loading branch information
althonos committed Dec 6, 2023
1 parent 11ec7cf commit 2bd5c0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/py/exceptions.rs
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ impl SingleClauseError {

// --- DisconnectedChannelError ----------------------------------------------

#[pyclass(module = "fastobo.exceptions", extends = PyChildProcessError)]
#[pyclass(module = "fastobo.exceptions", extends = PyRuntimeError)]
pub struct DisconnectedChannelError {}

impl_pyerr!(DisconnectedChannelError);
Expand Down

0 comments on commit 2bd5c0b

Please sign in to comment.