diff options
Diffstat (limited to 'fg21sim/errors.py')
-rw-r--r-- | fg21sim/errors.py | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/fg21sim/errors.py b/fg21sim/errors.py index 6138127..c99decf 100644 --- a/fg21sim/errors.py +++ b/fg21sim/errors.py @@ -9,3 +9,8 @@ Custom errors/exceptions. class ConfigError(Exception): """Could not parse user configurations""" pass + + +class ManifestError(Exception): + """Errors when build and/or manipulate the products manifest""" + pass |