Source code for cfssl.exceptions
# -*- coding: utf-8 -*-
# Copyright 2016 LasLabs Inc.
# License MIT (https://opensource.org/licenses/MIT).
[docs]class CFSSLException(EnvironmentError):
""" This exception is raised from errors in the CFSSL Library. """
[docs]class CFSSLRemoteException(CFSSLException):
""" This exception is raised to indicate issues returned from API. """