class Strum::Errors::NilTaskScheduled
Raised when a block passed to the Endpoint#listen method is nil.
Public Class Methods
new()
click to toggle source
Calls superclass method
# File lib/strum/internal/errors.rb, line 108 def initialize super("Nil task scheduled to Endpoint's reactor") end