The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Exception::Backtrace::PerlTraceInfo - container of Perl stack frames

METHODS

$info->to_string()

Stringifies all stack frames, optionally using custom arguments decorator, see "to_string" in Exception::Backtrace::PerlFrame.

$frames->get_frames()

Returns array of Exception::Backtrace::PerlFrame

REFERENCE

Exception::Backtrace