Exception: Rescuetime::Errors::InvalidFormatError

Inherits:
Error
  • Object
show all
Defined in:
lib/rescuetime/errors.rb

Overview

Raised when a user-submitted query value is invalid

Since:

  • v0.1.0

Constant Summary

Constants inherited from Error

Error::CODES

Instance Method Summary collapse

Constructor Details

#initialize(msg = 'Invalid format. Please see docs for allowed formats.') ⇒ InvalidFormatError

Returns a new instance of InvalidFormatError.

Since:

  • v0.1.0



69
70
71
# File 'lib/rescuetime/errors.rb', line 69

def initialize(msg = 'Invalid format. Please see docs for allowed formats.')
  super
end