Source code for aiida_quantumespresso.parsers

# -*- coding: utf-8 -*-
from aiida.common import OutputParsingError


[docs]class QEOutputParsingError(OutputParsingError): """Exception raised when there is a parsing error in the QE parser.""" pass