=head1 NAME Pangloss::Error - base class for all Pangloss Errors. =head1 SYNOPSIS # see OpenFrame::WebApp::Error =cut package Pangloss::Error; use strict; use warnings::register; use base qw( OpenFrame::WebApp::Error ); our $VERSION = ((require Pangloss::Version), $Pangloss::VERSION)[1]; our $REVISION = (split(/ /, ' $Revision: 1.5 $ '))[2]; 1; __END__ =head1 DESCRIPTION Base class for Error exceptions in Pangloss. Inherits its interface from L. =head1 AUTHOR Steve Purkis =head1 SEE ALSO L, L, L =cut