Skip to article frontmatterSkip to article content
Site not loading correctly?

This may be due to an incorrect BASE_URL configuration. See the MyST Documentation for reference.

qamomile.quri_parts.exceptions

Overview

ClassDescription
QamomileCompileErrorBase class for all Qamomile compilation errors.
QamomileQuriPartsTranspileErrorException raised for errors in the Qamomile to QURI Parts conversion process.

Classes

QamomileCompileError [source]

class QamomileCompileError(Exception)

Base class for all Qamomile compilation errors.


QamomileQuriPartsTranspileError [source]

class QamomileQuriPartsTranspileError(QamomileCompileError)

Exception raised for errors in the Qamomile to QURI Parts conversion process.