mirror of
https://github.com/mandiant/capa.git
synced 2025-12-18 02:09:17 -08:00
15 lines
207 B
Python
15 lines
207 B
Python
class UnsupportedRuntimeError(RuntimeError):
|
|
pass
|
|
|
|
|
|
class UnsupportedFormatError(ValueError):
|
|
pass
|
|
|
|
|
|
class UnsupportedArchError(ValueError):
|
|
pass
|
|
|
|
|
|
class UnsupportedOSError(ValueError):
|
|
pass
|