The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

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.