Exception: Textrepo::ArgumentRangeError
- Defined in:
- lib/textrepo/error.rb
Overview
An error raised if argument is out of range for Timestamp class.
Instance Method Summary collapse
-
#initialize(arg) ⇒ ArgumentRangeError
constructor
A new instance of ArgumentRangeError.
Constructor Details
#initialize(arg) ⇒ ArgumentRangeError
Returns a new instance of ArgumentRangeError.
39 40 41 |
# File 'lib/textrepo/error.rb', line 39 def initialize(arg) super(ErrMsg::ARGUMENT_RANGE % arg) end |