Ruby latest stable (v1_9_3_392)
-
0 notes
- Superclass:
StandardError
Raised when an invalid operation is attempted on a thread.
For example, when no other thread has been started:
Thread.stop
raises the exception:
ThreadError: stopping only thread


