table of contents
| AnyEvent::RipeRedis::Error(3pm) | User Contributed Perl Documentation | AnyEvent::RipeRedis::Error(3pm) |
NAME¶
AnyEvent::RipeRedis::Error - Class of error for AnyEvent::RipeRedis
DESCRIPTION¶
Class of error for AnyEvent::RipeRedis. Objects of this class can be passed to callbacks.
CONSTRUCTOR¶
new( $err_msg, $err_code )¶
Creates error object.
METHODS¶
message()¶
Get error message.
code()¶
Get error code.
SEE ALSO¶
AnyEvent::RipeRedis
AUTHOR¶
Eugene Ponizovsky, <ponizovsky@gmail.com>
Sponsored by SMS Online, <dev.opensource@sms-online.com>
COPYRIGHT AND LICENSE¶
Copyright (c) 2012-2017, Eugene Ponizovsky, SMS Online. All rights reserved.
This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
| 2025-03-04 | perl v5.40.1 |