class ISO8601::Errors::InvalidFractions

Raised when the given pattern contains an invalid fraction.

Public Class Methods

new() click to toggle source
Calls superclass method
# File lib/iso8601/errors.rb, line 23
def initialize
  super("Fractions are only allowed in the last component")
end