class Pwl::InvalidEntryError

Public Class Methods

new(errors) click to toggle source
Calls superclass method
# File lib/pwl/entry.rb, line 6
def initialize(errors)
  super(errors.to_a.join(', '))
end