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

A Role that should be consumed by actions that are implemented

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

This is the ID which you can refer to when defining handlers
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 from Moose

Andreas Marienborg <andreas@startsiden.no>