Why not adopt me?
This distribution is up for adoption!
If you're interested then please contact the PAUSE module admins via
email.
NAME
POEx::ZMQ::FFI::Error
SYNOPSIS
# Used internally by POEx::ZMQ
DESCRIPTION
Exception objects thrown when errors are produced by the ZeroMQ backend.
This class extends Throwable::Error.
ATTRIBUTES
errno
The current zmq_errno(3).
errstr
Alias for "message" (getter-only).
function
The libzmq function that produced the error.
message
The error string; typically the current zmq_strerror(3).
AUTHOR
Jon Portnoy <avenj@cobaltirc.org>