table of contents
Zonemaster::Exception(3pm) | User Contributed Perl Documentation | Zonemaster::Exception(3pm) |
NAME¶
Zonemaster::Exception -- base class for Zonemaster exceptionsSYNOPSIS¶
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.
2016-12-17 | perl v5.24.1 |