POEx::WorkerPool::Error::StartError - An error class indicating the Worker queue failed to start


POEx-WorkerPool documentation Contained in the POEx-WorkerPool distribution.

Index


Code Index:

NAME

Top

POEx::WorkerPool::Error::StartError - An error class indicating the Worker queue failed to start

VERSION

Top

version 1.102740

AUTHOR

Top

Nicholas R. Perez <nperez@cpan.org>

COPYRIGHT AND LICENSE

Top


POEx-WorkerPool documentation Contained in the POEx-WorkerPool distribution.

package POEx::WorkerPool::Error::StartError;
BEGIN {
  $POEx::WorkerPool::Error::StartError::VERSION = '1.102740';
}

#ABSTRACT: An error class indicating the Worker queue failed to start

use MooseX::Declare;

class POEx::WorkerPool::Error::StartError extends POEx::WorkerPool::Error {

}

1;



__END__

This exception is thrown when a Worker is told to start processing its queue
but there are no items within the queue