table of contents
AnyEvent::XMPP::Error(3pm) | User Contributed Perl Documentation | AnyEvent::XMPP::Error(3pm) |
NAME¶
AnyEvent::XMPP::Error - Error class hierarchy for error reportingSYNOPSIS¶
die $error->string;
DESCRIPTION¶
This module is a helper class for abstracting any kind of error that occurs in AnyEvent::XMPP.You receive instances of these objects by various events.
SUPER CLASS¶
AnyEvent::XMPP::Error - The super class of all errorsMETHODS¶
These methods are implemented by all subclasses.- string ()
- Returns a humand readable string for this error.
AUTHOR¶
Robin Redeker, "<elmex at ta-sa.org>", JID: "<elmex at jabber.org>"COPYRIGHT & LICENSE¶
Copyright 2007, 2008 Robin Redeker, all rights reserved.This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
2019-02-18 | perl v5.28.1 |