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

Zonemaster::Exception -- base class for Zonemaster exceptions

   die Zonemaster::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.
2017-06-23 perl v5.24.1