AnyEvent::XMPP::Error - Error class hierarchy for error reporting
Contents
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.
perl v5.38.2 2024-08-03 AnyEvent::XMPP::Error(3pm)
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.
Name
AnyEvent::XMPP::Error - Error class hierarchy for error reporting
Super Class
AnyEvent::XMPP::Error - The super class of all errors
METHODS
These methods are implemented by all subclasses.
string()
Returns a humand readable string for this error.
Synopsis
die $error->string;
