#!/usr/bin/env python3 # -*- coding: utf-8 -*- ''' gnpy.core.exceptions ==================== Exceptions thrown by other gnpy modules ''' class ConfigurationError(Exception): '''User-provided configuration contains an error'''