class Textrepo::MissingTimestampError
An error raised if the given timestamp has not exist in the repository.
Public Class Methods
new(timestamp)
click to toggle source
Calls superclass method
# File lib/textrepo/error.rb, line 79 def initialize(timestamp) super(ErrMsg::MISSING_TIMESTAMP % timestamp) end