NAME
OpenFrame::WebApp::Error::Abstract - error thrown by abstract methods.
SYNOPSIS
use
Error;
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.