Exception: Voucher::InvalidSegment

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

Instance Method Summary collapse

Constructor Details

#initializeInvalidSegment

Returns a new instance of InvalidSegment.



7
8
9
# File 'lib/voucher/errors.rb', line 7

def initialize
  super('Segment not found in the winning hash')
end