Blast-Radius Aware AI Code Review for Business-Critical Systems
LiveReview LiveReview Explore LiveReview

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

Author

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

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;

See Also