logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Perl::Critic::Exception - A problem identified by Perl::Critic.

Author

       Elliot Shank <perl@galumph.com>

Description

       A base class for all problems discovered by Perl::Critic.  This exists to enable differentiating
       exceptions from Perl::Critic code from those originating in other modules.

       This is an abstract class.  It should never be instantiated.

Interface Support

       This is considered to be a public class.  Any changes to its interface will go through a deprecation
       cycle.

Methods

       short_class_name()
           Retrieve the name of the class of this object with 'Perl::Critic::' stripped off.

Name

       Perl::Critic::Exception - A problem identified by Perl::Critic.

See Also