class Textrepo::InvalidTimestampStringError

An error raised if an argument is invalid to convert a Textrepo::Timestamp object.

Public Class Methods

new(str) click to toggle source
Calls superclass method
# File lib/textrepo/error.rb, line 89
def initialize(str)
  super(ErrMsg::INVALID_TIMESTAMP_STRING % str)
end