Exception: Textrepo::MissingTimestampError
- Defined in:
- lib/textrepo/error.rb
Overview
An error raised if the given timestamp has not exist 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.
79 80 81 |
# File 'lib/textrepo/error.rb', line 79 def initialize() super(ErrMsg::MISSING_TIMESTAMP % ) end |