hackedteam/test-av

View on GitHub
analyzer/windows/lib/common/exceptions.py

Summary

Maintainability
A
0 mins
Test Coverage
# Copyright (C) 2010-2012 Cuckoo Sandbox Developers.
# This file is part of Cuckoo Sandbox - http://www.cuckoosandbox.org
# See the file 'docs/LICENSE' for copying permission.

class CuckooError(Exception): 
    """Cuckoo Error Exception."""
    pass