Exception: ItemNotFoundException

Inherits:
ItemException show all
Defined in:
lib/audit/lib/benchmark/item_exception.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

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_itemObject (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