Exception: Voucher::RootHashNotFound

Inherits:
VoucherError
  • Object
show all
Defined in:
lib/voucher/errors.rb

Instance Method Summary collapse

Constructor Details

#initialize(shard) ⇒ RootHashNotFound

Returns a new instance of RootHashNotFound.



13
14
15
# File 'lib/voucher/errors.rb', line 13

def initialize(shard)
  super("Root hash from shard #{shard} was not found.")
end