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