Skip to content

Commit

Permalink
chore: export AlreadyStoppedError (#1325)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattsse committed Mar 16, 2024
1 parent 24d9da6 commit 5aa61c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ pub mod middleware;
#[cfg(test)]
mod tests;

pub use future::{stop_channel, ConnectionGuard, ConnectionPermit, ServerHandle, StopHandle};
pub use future::{stop_channel, AlreadyStoppedError, ConnectionGuard, ConnectionPermit, ServerHandle, StopHandle};
pub use jsonrpsee_core::error::RegisterMethodError;
pub use jsonrpsee_core::server::*;
pub use jsonrpsee_core::{id_providers::*, traits::IdProvider};
Expand Down

0 comments on commit 5aa61c3

Please sign in to comment.