| Pangloss documentation | Contained in the Pangloss distribution. |
Pangloss::Error - base class for all Pangloss Errors.
# see OpenFrame::WebApp::Error
Base class for Error exceptions in Pangloss. Inherits its interface from OpenFrame::WebApp::Error.
Steve Purkis <spurkis@quiup.com>
Error, OpenFrame::WebApp::Error, Pangloss
| Pangloss documentation | Contained in the Pangloss distribution. |
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__