class Reactor::Cm::BlobTooSmallError
Public Class Methods
new(msg=nil)
click to toggle source
Calls superclass method
# File lib/reactor/cm/blob_too_small_error.rb, line 4 def initialize(msg=nil) super(msg || 'The blob is too small (smaller than tuning.minStreamingDataLength) to get streaming ticket id') end