mirror of
https://github.com/mandiant/capa.git
synced 2026-06-29 09:48:36 -07: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
|