class ClassKit::Exceptions::AttributeNotFoundError

Public Class Methods

new(message = 'Attribute not found.') click to toggle source
Calls superclass method
# File lib/class_kit/exceptions/attribute_not_found_error.rb, line 4
def initialize(message = 'Attribute not found.')
  super
end