1AnyEvent::XMPP::Error(3U)ser Contributed Perl DocumentatiAonnyEvent::XMPP::Error(3)
2
3
4
6 AnyEvent::XMPP::Error - Error class hierarchy for error reporting
7
9 die $error->string;
10
12 This module is a helper class for abstracting any kind of error that
13 occurs in AnyEvent::XMPP.
14
15 You receive instances of these objects by various events.
16
18 AnyEvent::XMPP::Error - The super class of all errors
19
20 METHODS
21 These methods are implemented by all subclasses.
22
23 string ()
24 Returns a humand readable string for this error.
25
27 Robin Redeker, "<elmex at ta-sa.org>", JID: "<elmex at jabber.org>"
28
30 Copyright 2007, 2008 Robin Redeker, all rights reserved.
31
32 This program is free software; you can redistribute it and/or modify it
33 under the same terms as Perl itself.
34
35
36
37perl v5.30.0 2019-07-26 AnyEvent::XMPP::Error(3)