Exception: Archipelago::Sanitation::NotEnoughDataException

Inherits:
RuntimeError
  • Object
show all
Defined in:
lib/archipelago/sanitation.rb

Overview

Raised when you try to fetch data that we find traces of but are unable to fully restore.

Instance Method Summary collapse

Constructor Details

#initialize(officer, key) ⇒ NotEnoughDataException

Returns a new instance of NotEnoughDataException.



72
73
74
# File 'lib/archipelago/sanitation.rb', line 72

def initialize(officer, key)
  super("#{officer} can not find enough data to restore the value for #{key}")
end