Source code for robottelo.errors

"""Custom Errors for Robottelo"""


[docs]class GCECertNotFoundError(Exception): """An exception to raise when GCE Cert json is not available for creating GCE CR"""
[docs]class TemplateNotFoundError(Exception): """An exception to raise when Template is not available in Satellite"""