Sha256: 307ca02e2f9aa63c66665df1767ea26c9d308199ffb992aa9ce821336ab7a566
Contents?: true
Size: 261 Bytes
Versions: 8
Compression:
Stored size: 261 Bytes
Contents
module Reactor module Cm class BlobTooSmallError < XmlRequestError def initialize(msg = nil) super(msg || "The blob is too small (smaller than tuning.minStreamingDataLength) to get streaming ticket id") end end end end
Version data entries
8 entries across 8 versions & 1 rubygems