mirror of
https://github.com/volatilityfoundation/volatility3.git
synced 2026-08-29 11:19:40 +02:00
By not passing the arguments from exceptions down to the base class Exception, it causes an issue when they are pickled to be passed between processes. For more information, see http://bugs.python.org/issue1692335.