Exception: ClosedQueueError
- Inherits:
-
StopIteration
- Object
- Exception
- StandardError
- IndexError
- StopIteration
- ClosedQueueError
- Defined in:
- thread_sync.c,
thread_sync.c
Overview
The exception class which will be raised when pushing into a closed Queue. See Queue#close and SizedQueue#close.
Method Summary
Methods inherited from StopIteration
Methods inherited from Exception
#==, #backtrace, #backtrace_locations, #cause, #exception, exception, #full_message, #initialize, #inspect, #message, #set_backtrace, #to_s, to_tty?
Constructor Details
This class inherits a constructor from Exception