mirror of
https://github.com/mandiant/capa.git
synced 2026-06-30 18:16:48 -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
|