# File lib/system_timer/thread_timer.rb, line 11
11:     def initialize(trigger_time, thread, exception_class = nil)
12:       @trigger_time = trigger_time
13:       @thread = thread
14:           @exception_class = exception_class || Timeout::Error
15:     end