| POEx-WorkerPool documentation | Contained in the POEx-WorkerPool distribution. |
POEx::WorkerPool::Error::EnqueueError - An error class indicating problems enqueuing a job
version 1.102740
This exception is thrown when there are issues enqueuing a job for execution.
Nicholas R. Perez <nperez@cpan.org>
This software is copyright (c) 2010 by Infinity Interactive.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.
| 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__