class TemplateException(Exception):
pass
class TemplateNotFoundError(TemplateException):
class TemplateAccessDeniedError(TemplateException):
class TemplateInstallationError(TemplateException):
class InvalidCredentialError(TemplateException):
class SunaDefaultAgentTemplateError(TemplateException):