Source code for ts_core.core_exceptions

[docs]class TSCoreError(Exception): """ Base class for exceptions in this module. """ pass