metno/pyaerocom

Move AerovalConfigError and AerovalTrendsError into aeroval

lewisblake opened this issue · 0 comments

These error classes should exist in the aeroval directory. References to these Errors in pyaerocom should be replaced by a different error class.

class AeroValConfigError(ValueError):

class AeroValTrendsError(ValueError):