pwnlib.exception — Pwnlib 的异常

exception pwnlib.exception.PwnlibException(msg, reason=None, exit_code=None)[源代码]

Exception thrown by pwnlib.log.error().

Pwnlib functions that encounters unrecoverable errors should call the pwnlib.log.error() function instead of throwing this exception directly.

bar