# Copyright (c) 2016 Weitian LI <liweitianux@live.com># MIT license"""Custom errors/exceptions."""classConfigError(Exception):"""Could not parse user configurations"""passclassManifestError(Exception):"""Errors when build and/or manipulate the products manifest"""pass