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

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

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.

Steve Purkis <spurkis@epn.nu>
Inspired by Pipeline::Error::Abstract, by James A. Duncan.

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