"""ows-product-staging exceptions.""" class OwsProductStagingException(Exception): """Generic exception class.""" pass class SQLException(OwsProductStagingException): """SQL-related exceptions.""" pass