class AwesomeXML::Duration::Format::DynamicChunk::InvalidParseLength

Public Class Methods

new(parsed_parse_length) click to toggle source
Calls superclass method
# File lib/awesome_xml/duration/format/dynamic_chunk.rb, line 69
def initialize(parsed_parse_length)
  super("Couldn't parse '#{parsed_parse_length}' into an integer.")
end