Provided by: libzonemaster-perl_1.0.16-2.1_all 

NAME
Zonemaster::Exception -- base class for Zonemaster exceptions
SYNOPSIS
die Zonemaster::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.32.0 2021-01-06 Zonemaster::Exception(3pm)