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

Catalyst::Action::RenderView::ErrorHandler::Action

DESCRIPTION

A Role that should be consumed by actions that are implemented

SYNOPSIS

    use Moose;
    
    with 'Catalyst::Action::RenderView::ErrorHandler::Action';

INTERFACE

ACCESSORS

id

This is the ID which you can refer to when defining handlers

REQUIRED METHODS

perform

This method need to be implemented by consuming classes.

It will be called with $context, and thus makes it possible to access $context->errors for instance, include them in an email or whatnot

INHERITED METHODS

meta

Inherited from Moose

AUTHOR

Andreas Marienborg <andreas@startsiden.no>