class Mongoid::Sadstory::Errors::AttributeAssignmentError

Attributes

attribute[R]
exception[R]

Public Class Methods

new(message, exception, attribute) click to toggle source
# File lib/mongoid/sadstory.rb, line 19
def initialize(message, exception, attribute)
  @exception = exception
  @attribute = attribute
  @message = message
end