+ r"""
+ LoopInterruptedError(select_error) -> LoopInterruptedError instance.
+
+ This class is raised when the event loop is interrupted in an unexpected
+ way. It wraps a select error, which can be accessed using the 'select_error'
+ attribute.
+ """
+