class RequestMyTurn::TimeoutError

Public Class Methods

new(time) click to toggle source
Calls superclass method
# File lib/request_my_turn.rb, line 27
def initialize(time)
  super "I didn't get the turn within #{time} seconds"
end