DOKK / manpages / debian 12 / libzonemaster-perl / Zonemaster::Engine::Exception.3pm.en
Zonemaster::Engine::Exception(3pm) User Contributed Perl Documentation Zonemaster::Engine::Exception(3pm)

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

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

A string attribute holding a message for possible human consumption.

Method that stringifies the object by returning the "message" attribute. Stringification is overloaded to this.
2023-03-04 perl v5.36.0