Exception: ItemNotFoundException
- Inherits:
-
ItemException
- Object
- Exception
- ItemException
- ItemNotFoundException
- Defined in:
- lib/audit/lib/benchmark/item_exception.rb
Instance Attribute Summary collapse
-
#missing_item ⇒ Object
readonly
Returns the value of attribute missing_item.
Instance Method Summary collapse
-
#initialize(missing_item) ⇒ ItemNotFoundException
constructor
A new instance of ItemNotFoundException.
Constructor Details
#initialize(missing_item) ⇒ ItemNotFoundException
Returns a new instance of ItemNotFoundException.
7 8 9 |
# File 'lib/audit/lib/benchmark/item_exception.rb', line 7 def initialize(missing_item) @missing_item = missing_item end |
Instance Attribute Details
#missing_item ⇒ Object (readonly)
Returns the value of attribute missing_item.
5 6 7 |
# File 'lib/audit/lib/benchmark/item_exception.rb', line 5 def missing_item @missing_item end |