class ISO8601::Errors::UnknownPattern
Raised when the given pattern doesn't fit as ISO 8601 parser.
Public Class Methods
new(pattern)
click to toggle source
Calls superclass method
# File lib/iso8601/errors.rb, line 15 def initialize(pattern) super("Unknown pattern #{pattern}") end