The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

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