Exception: Reactor::Cm::BlobTooSmallError
- Inherits:
-
XmlRequestError
- Object
- StandardError
- XmlRequestError
- Reactor::Cm::BlobTooSmallError
- Defined in:
- lib/reactor/cm/blob_too_small_error.rb
Instance Method Summary collapse
-
#initialize(msg = nil) ⇒ BlobTooSmallError
constructor
A new instance of BlobTooSmallError.
Methods inherited from XmlRequestError
Constructor Details
#initialize(msg = nil) ⇒ BlobTooSmallError
Returns a new instance of BlobTooSmallError.
4 5 6 7 |
# 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 |