Provided by: libzonemaster-perl_4.7.3-1_all bug

NAME

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

SYNOPSIS

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

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.36.0                                       2023-10-01                 Zonemaster::Engine::Exception(3pm)