Pipeline::Error::Abstract.3pm

Langue: en

Version: 2004-08-09 (fedora - 05/07/09)

Section: 3 (Bibliothèques de fonctions)

NAME

Pipeline::Error::Abstract - exception thrown from abstract methods

SYNOPSIS

   use Pipeline::Error::Abstract;
   
   throw Pipeline::Error::Abstract;
 
 

DESCRIPTION

"Pipeline::Error::Abstract" inherits from "Error" and will be thrown by any non-implemented abstract methods in the Pipeline module.

SEE ALSO

"Pipeline::Error::Construction" "Error"

AUTHOR

James A. Duncan <jduncan@fotango.com> Copyright 2003 Fotango Ltd. All Rights Reserved.

This module is released under the same license as Perl itself.