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

Zonemaster::Engine::Exception -- base class for Zonemaster::Engine exceptions

Attributes

       message
           A string attribute holding a message for possible human consumption.

Methods

string()
           Method  that  stringifies  the  object  by  returning  the  "message"  attribute.  Stringification is
           overloaded to this.

perl v5.40.1                                       2025-03-21                 Zonemaster::Engine::Exception(3pm)

Name

       Zonemaster::Engine::Exception -- base class for Zonemaster::Engine exceptions

Synopsis

          die Zonemaster::Engine::Exception->new({ message => "This is an exception" });

See Also