class Dynamoid::Errors::ConditionalCheckFailedException

This class is intended to be private to Dynamoid.

Attributes

inner_exception[R]

Public Class Methods

new(inner) click to toggle source
Calls superclass method
# File lib/dynamoid/errors.rb, line 38
def initialize(inner)
  super
  @inner_exception = inner
end