Skip to content

Exceptions API

scinr.newton.exceptions.ScinrError

Bases: Exception

Base class for all scinr-ingest exceptions.

Source code in src/scinr/newton/exceptions.py
class ScinrError(Exception):
    """Base class for all scinr-ingest exceptions."""