Exception: Dalt::Error::WithoutAlternate
- Inherits:
-
StandardError
- Object
- StandardError
- Dalt::Error::WithoutAlternate
- Defined in:
- lib/dalt/error/without_alternate.rb
Overview
This class will be raised if parser invalid and alternate params is not filled
Instance Method Summary collapse
-
#initialize(msg = 'Invalid Date') ⇒ WithoutAlternate
constructor
A new instance of WithoutAlternate.
Constructor Details
#initialize(msg = 'Invalid Date') ⇒ WithoutAlternate
Returns a new instance of WithoutAlternate.
5 6 7 |
# File 'lib/dalt/error/without_alternate.rb', line 5 def initialize(msg = 'Invalid Date') super end |