class Strum::Errors::NilAsyncBlock
Public Class Methods
new()
click to toggle source
Calls superclass method
# File lib/strum/internal/errors.rb, line 34 def initialize super('No block was provided to async execution call.') end