Exception: Textrepo::DuplicateTimestampError
- Defined in:
- lib/textrepo/error.rb
Overview
An error raised if the specified timestamp has already exist in the repository.
Instance Method Summary collapse
-
#initialize(timestamp) ⇒ DuplicateTimestampError
constructor
A new instance of DuplicateTimestampError.
Constructor Details
#initialize(timestamp) ⇒ DuplicateTimestampError
Returns a new instance of DuplicateTimestampError.
60 61 62 |
# File 'lib/textrepo/error.rb', line 60 def initialize() super(ErrMsg::DUPLICATE_TIMESTAMP % ) end |