Exception: AwesomeXML::Duration::Format::DynamicChunk::InvalidParseLength

Inherits:
StandardError
  • Object
show all
Defined in:
lib/awesome_xml/duration/format/dynamic_chunk.rb

Instance Method Summary collapse

Constructor Details

#initialize(parsed_parse_length) ⇒ InvalidParseLength

Returns a new instance of InvalidParseLength.



69
70
71
# 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