Backtrace helper library (PHP).
This library contains some tools to simplify the work with the call stack.
The library is intended primarily for debug. For example, it is used in axypro/errors library for cut uninformative part of the stack. (when displaying an exception).
- Trace: the call stack.
- ExceptionTrace: the point of an exception.