class ISO8601::Errors::RangeError
Raised when the given date is valid but out of range.
Public Class Methods
new(pattern)
click to toggle source
Calls superclass method
# File lib/iso8601/errors.rb, line 31 def initialize(pattern) super("#{pattern} is out of range") end