class AwesomeXML::Duration::ChunkParser::FormatMismatch

Public Class Methods

new(timestamp, format_string) click to toggle source
Calls superclass method
# File lib/awesome_xml/duration/chunk_parser.rb, line 46
def initialize(timestamp, format_string)
  super("Duration string '#{timestamp}' does not conform to given format '#{format_string}'.")
end