Scroll to navigation

Zonemaster::Engine::Exception(3pm) User Contributed Perl Documentation 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" });

ATTRIBUTES

A string attribute holding a message for possible human consumption.

METHODS

Method that stringifies the object by returning the "message" attribute. Stringification is overloaded to this.
2024-04-22 perl v5.38.2