Package lib :: Package common :: Module exceptions
[hide private]
[frames] | no frames]

Source Code for Module lib.common.exceptions

 1  # Copyright (C) 2010-2014 Cuckoo Foundation. 
 2  # This file is part of Cuckoo Sandbox - http://www.cuckoosandbox.org 
 3  # See the file 'docs/LICENSE' for copying permission. 
 4   
 5   
6 -class CuckooError(Exception):
7 pass
8 9
10 -class CuckooPackageError(Exception):
11 pass
12