class Voucher::RootHashNotFound
Public Class Methods
new(block_height, shard)
click to toggle source
Calls superclass method
# File lib/voucher/errors.rb, line 13 def initialize(block_height, shard) super("Root hash from blockHeight #{block_height}, shard #{shard} was not found.") end