Exception: ClassKit::Exceptions::AttributeNotFoundError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/class_kit/exceptions/attribute_not_found_error.rb

Instance Method Summary collapse

Constructor Details

#initialize(message = 'Attribute not found.') ⇒ AttributeNotFoundError

Returns a new instance of AttributeNotFoundError.



4
5
6
# File 'lib/class_kit/exceptions/attribute_not_found_error.rb', line 4

def initialize(message = 'Attribute not found.')
  super
end