logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt

Zonemaster::Engine::Normalization::Error - normalization error class

Attributes

       tag The message tag associated to the error.

       params
           The error message parameters to use in the message string.

Methods

       new($tag, $params)
           Creates and returns a new error object.  This function will croak if there is a missing parameter for
           the given tag.

       message
           Returns the translated error message using the parameters given when creating the object.

       tag Returns the message tag associated to the error.

       string
           Returns a string representation of the error object. Equivalent to message().

perl v5.40.1                                       2025-03-21             Zonemaster::Eng...lization::Error(3pm)

Name

       Zonemaster::Engine::Normalization::Error - normalization error class

Synopsis

           use Zonemaster::Engine::Normalization::Error;

           my $error = Zonemaster::Engine::Normalization::Error->new(LABEL_TOO_LONG => {label => $label});

See Also