ReusableExceptionImplementation.reused_msg

Fields used instead of msg for mutable messages. Exception.msg has istring type thus can't be overwritten with new data

template ReusableExceptionImplementation()
protected
Buffer!(char) reused_msg;

Meta