Flowdock

Raised when an invalid operation is attempted on a thread.

For example, when no other thread has been started:

Thread.stop

This will raises the following exception:

ThreadError: stopping only thread
note: use sleep to stop forever
Show files where this class is defined (1 file)
Register or log in to add new notes.