MCPcopy Create free account
hub / github.com/Vector35/binaryninja-api / ProjectException

Class ProjectException

python/exceptions.py:9–11  ·  view source on GitHub ↗

Exception raised when project operations fail

Source from the content-addressed store, hash-verified

7 pass
8
9class ProjectException(Exception):
10 """ Exception raised when project operations fail """
11 pass
12
13class ExternalLinkException(Exception):
14 """ Exception raised when external library/location operations fail """

Callers 10

projectMethod · 0.70
projectMethod · 0.70
open_projectMethod · 0.70
create_projectMethod · 0.70
create_folderMethod · 0.70
foldersMethod · 0.70
create_file_from_pathMethod · 0.70
create_fileMethod · 0.70
filesMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected