POEx::WorkerPool::Error::EnqueueError - An error class indicating problems enqueuing a job


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

Index


Code Index:

NAME

Top

POEx::WorkerPool::Error::EnqueueError - An error class indicating problems enqueuing a job

VERSION

Top

version 1.102740

DESCRIPTION

Top

This exception is thrown when there are issues enqueuing a job for execution.

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::EnqueueError;
BEGIN {
  $POEx::WorkerPool::Error::EnqueueError::VERSION = '1.102740';
}

#ABSTRACT: An error class indicating problems enqueuing a job

use MooseX::Declare;

class POEx::WorkerPool::Error::EnqueueError extends POEx::WorkerPool::Error {

}

1;



__END__