The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

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.