This module provides a stack trace functionality for FlowPDF.
It creates a stack trace which could be stored as object and then used in a various situations.
new()
Creates new FlowPDF::Devel::Stacktrace object and stores stacktrace on the time of creation. It means, that this object should be created right before it should be used if goal is to get current stacktrace. Just note, that this call stores stacktrace on the moment of creation.