Exception: AwesomeXML::Duration::Format::DynamicChunk::InvalidParseLength
- Inherits:
-
StandardError
- Object
- StandardError
- AwesomeXML::Duration::Format::DynamicChunk::InvalidParseLength
- Defined in:
- lib/awesome_xml/duration/format/dynamic_chunk.rb
Instance Method Summary collapse
-
#initialize(parsed_parse_length) ⇒ InvalidParseLength
constructor
A new instance of InvalidParseLength.
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 |