AnyEvent::XMPP::Error - Error class hierarchy for error reporting


AnyEvent-XMPP documentation  | view source Contained in the AnyEvent-XMPP distribution.

Index


NAME

Top

AnyEvent::XMPP::Error - Error class hierarchy for error reporting

SYNOPSIS

Top

   die $error->string;

DESCRIPTION

Top

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

Top

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.

AUTHOR

Top

Robin Redeker, <elmex at ta-sa.org>, JID: <elmex at jabber.org>

COPYRIGHT & LICENSE

Top


AnyEvent-XMPP documentation  | view source Contained in the AnyEvent-XMPP distribution.