class Aws::Cbor::OutOfBytesError

Public Class Methods

new(n, left) click to toggle source
Calls superclass method
# File lib/aws-sdk-core/cbor.rb, line 28
def initialize(n, left)
  super("Out of bytes. Trying to read #{n} bytes but buffer contains only #{left}")
end