class Rbnotes::MissingTimestampError
An error raised if a given timestamp was not found in the repository.
Public Class Methods
new(timestamp)
click to toggle source
Calls superclass method
# File lib/rbnotes/error.rb, line 37 def initialize(timestamp) super(ErrMsg::MISSING_TIMESTAMP % timestamp) end