Source code for aiida_quantumespresso.parsers.parse_xml.exceptions

# -*- coding: utf-8 -*-
"""Exceptions for the XML parsing module of Quantum ESPRESSO."""


[docs]class XMLParseError(Exception): """Raised when the XML output could not be parsed."""
[docs]class XMLUnsupportedFormatError(Exception): """Raised when the XML output has an unsupported format."""