csirtgadgets/verbose-robot

View on GitHub
cif/exceptions.py

Summary

Maintainability
A
0 mins
Test Coverage
from cifsdk.exceptions import CIFException


class StoreSubmissionFailed(CIFException):
    pass


class InvalidSearch(CIFException):
    pass


class CIFBusy(CIFException):
    pass