Exception: Slk::TimeFormatError
- Inherits:
-
UsageError
- Object
- StandardError
- Error
- UsageError
- Slk::TimeFormatError
- Defined in:
- lib/slk.rb
Overview
A time or range the user typed that cannot be understood. Separate from
UsageError so callers can rescue only malformed input: a blanket
rescue ArgumentError around a parse call also swallows arity and range
errors from the code itself and presents them as if the user mistyped.