class Textrepo::ArgumentRangeError

An error raised if argument is out of range for Timestamp class.

Public Class Methods

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