The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

OpenFrame::WebApp::Error::Abstract - error thrown by abstract methods.

SYNOPSIS

  use Error;
  use OpenFrame::WebApp::Error::Abstract;
  throw OpenFrame::WebApp::Error::Abstract( class => ref($self) );

DESCRIPTION

This class inherits its interface from the Error module. On creation, '-text' is automatically set to a warning message containing the unimplemented method name and the offending package.

AUTHOR

Steve Purkis <spurkis@epn.nu>

Inspired by Pipeline::Error::Abstract, by James A. Duncan.

COPYRIGHT

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

SEE ALSO

Error, OpenFrame::WebApp::Error