# -*- coding: utf-8 -*-
class InvalidConfiguration(Exception):
    '''
    The configuration is invalid (either config-file or cli-args)
    '''