pastas / pastastore

:spaghetti: :convenience_store: Tools for managing timeseries and Pastas models

Home Page:https://pastastore.readthedocs.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

error when data is not found differs per connector

dbrakenhoff opened this issue · comments

Maybe make the error when data is not found uniform? Current situation:

  • ArcticConnector: NoDataFoundException
  • PystoreConnector: ValueError
  • PasConnector: FileNotFoundError
  • DictConnector: KeyError

Closed by #40