class Voucher::InvalidSegment
Public Class Methods
new()
click to toggle source
Calls superclass method
# File lib/voucher/errors.rb, line 7 def initialize super('Segment not found in the winning hash') end