logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

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