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

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

Copyright 2003 Fotango Ltd. All Rights Reserved.

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