1Perl::Critic::ExceptionU(s3e)r Contributed Perl DocumentaPteiroln::Critic::Exception(3)
2
3
4

NAME

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

DESCRIPTION

9       A base class for all problems discovered by Perl::Critic.  This exists
10       to enable differentiating exceptions from Perl::Critic code from those
11       originating in other modules.
12
13       This is an abstract class.  It should never be instantiated.
14

INTERFACE SUPPORT

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

METHODS

20       "short_class_name()"
21           Retrieve the name of the class of this object with 'Perl::Critic::'
22           stripped off.
23

AUTHOR

25       Elliot Shank <perl@galumph.com>
26
28       Copyright (c) 2007-2011 Elliot Shank.
29
30       This program is free software; you can redistribute it and/or modify it
31       under the same terms as Perl itself.  The full text of this license can
32       be found in the LICENSE file included with this module.
33
34
35
36perl v5.16.3                      2014-06-09        Perl::Critic::Exception(3)
Impressum