Source code for provy.core.errors

#!/usr/bin/python
# -*- coding: utf-8 -*-


[docs]class ConfigurationError(RuntimeError): '''Raised when there's a configuration error in the provyfile.'''