Exception: Rbnotes::MissingTimestampError
- Defined in:
- lib/rbnotes/error.rb
Overview
An error raised if a given timestamp was not found in the repository.
Instance Method Summary collapse
-
#initialize(timestamp) ⇒ MissingTimestampError
constructor
A new instance of MissingTimestampError.
Constructor Details
#initialize(timestamp) ⇒ MissingTimestampError
Returns a new instance of MissingTimestampError.
37 38 39 |
# File 'lib/rbnotes/error.rb', line 37 def initialize() super(ErrMsg::MISSING_TIMESTAMP % ) end |