Exception: Slk::TimeFormatError

Inherits:
UsageError show all
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.