class BinaryNotFound(Error):
BinaryNotFound Class.
raises when a required binary is not found in the system PATH
Class Variable | MESSAGE |
Default Message for BinaryNotFound. |
Method | __init__ |
Return BinaryNotFound Object. |
Instance Variable | binary_path |
Binary that was not found. |
Property | system_paths |
known paths separated by newlines. |
Method | __str__ |
String representation of BinaryNotFound. |