Exception: Pwl::InvalidEntryError
- Inherits:
-
StandardError
- Object
- StandardError
- Pwl::InvalidEntryError
- Defined in:
- lib/pwl/entry.rb
Instance Method Summary collapse
-
#initialize(errors) ⇒ InvalidEntryError
constructor
A new instance of InvalidEntryError.
Constructor Details
#initialize(errors) ⇒ InvalidEntryError
Returns a new instance of InvalidEntryError.
6 7 8 |
# File 'lib/pwl/entry.rb', line 6 def initialize(errors) super(errors.to_a.join(', ')) end |