Exception: ClassKit::Exceptions::AttributeNotFoundError
- Inherits:
-
StandardError
- Object
- StandardError
- ClassKit::Exceptions::AttributeNotFoundError
- Defined in:
- lib/class_kit/exceptions/attribute_not_found_error.rb
Instance Method Summary collapse
-
#initialize(message = 'Attribute not found.') ⇒ AttributeNotFoundError
constructor
A new instance of AttributeNotFoundError.
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( = 'Attribute not found.') super end |