Exception: Rescuetime::Errors::InvalidFormatError
- Defined in:
- lib/rescuetime/errors.rb
Overview
Raised when a user-submitted query value is invalid
Constant Summary
Constants inherited from Error
Instance Method Summary collapse
-
#initialize(msg = 'Invalid format. Please see docs for allowed formats.') ⇒ InvalidFormatError
constructor
A new instance of InvalidFormatError.
Constructor Details
#initialize(msg = 'Invalid format. Please see docs for allowed formats.') ⇒ InvalidFormatError
Returns a new instance of InvalidFormatError.
69 70 71 |
# File 'lib/rescuetime/errors.rb', line 69 def initialize(msg = 'Invalid format. Please see docs for allowed formats.') super end |