extools.errors

exception extools.errors.ExToolsError(trigger_exc=None)[source]

Bases: RuntimeError

A custom runtime exception for errors generated by ExTools.

Parameters:trigger_exc (Exception) – the original exception that triggered this one.