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

OpenFrame::WebApp::Template::Error - Template errors

SYNOPSIS

  use OpenFrame::WebApp::Template::Error;
  throw OpenFrame::WebApp::Template::Error( flag     => eTemplateError,
                                            message  => $text,
                                            template => $file );

DESCRIPTION

Template Error class. Inherits interface from OpenFrame::WebApp::Error.

EXPORTED FLAGS

 eTemplateError
 eTemplateNotFound

METHODS

message

set/get error message emitted by the template processing engine (if any).

template

set/get template file associated with this error (if any).

AUTHOR

Steve Purkis <spurkis@quiup.com>

COPYRIGHT

Copyright (c) 2003 Steve Purkis. All rights reserved. Released under the same license as Perl itself.

SEE ALSO

OpenFrame::WebApp::Error, OpenFrame::WebApp::Template