pdstools.utils.errors

Module Contents

exception NotApplicableError

Bases: ValueError

Inappropriate argument value (of correct type).

exception NotEagerError(operationType=None, defaultmsg='This operation is only possible in eager mode.')

Bases: ValueError

Operation only possible in eager mode.