class Rbnotes::InvalidTimestampPatternError
An error raised when an invalid timestamp pattern was specified.
Public Class Methods
new(pattern)
click to toggle source
Calls superclass method
# File lib/rbnotes/error.rb, line 76 def initialize(pattern) super(ErrMsg::INVALID_TIMESTAMP_PATTERN % pattern) end