Commit 183da126 by Craig Heffner

Moved all custom exceptions to excptions.py

parent c297fbc3
class ParserException(Exception):
'''
Exception thrown specifically for signature file parsing errors.
'''
pass
class ModuleException(Exception):
'''
Module exception class.
Nothing special here except the name.
'''
pass
class IgnoreFileException(Exception):
'''
Special exception class used by the load_file plugin method
to indicate that the file that we are attempting to load
should be ignored.
'''
pass
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment