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

WebService::Raygun::Message::Error - Encapsulate the error part of the raygion.io request.

SYNOPSIS

  use WebService::Raygun::Message::Error;

DESCRIPTION

You shouldn't need to instantiate this class directly.

INTERFACE

_parse_exception_line

Parse a text line into bits for a typical error.

prepare_raygun

Prepare the error structure to be converted to JSON and sent to raygun.io.

_iterate_stack_trace_frames

Iterate over frames in a Devel::StackTrace like object.

DEPENDENCIES

SEE ALSO