converter.mapping.errors

Module Contents

exception converter.mapping.errors.NoConversionPathError(input_format, output_format)

Bases: converter.errors.ConverterError

Error raised there is no valid format map between 2 formats

Parameters
  • input_format – The start path in the requested path.

  • output_format – The end path in the requested path.