1Perl::Critic::ExceptionU(s3eprm)Contributed Perl DocumenPteartli:o:nCritic::Exception(3pm)
2
3
4
6 Perl::Critic::Exception - A problem identified by Perl::Critic.
7
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
16 This is considered to be a public class. Any changes to its interface
17 will go through a deprecation cycle.
18
20 short_class_name()
21 Retrieve the name of the class of this object with 'Perl::Critic::'
22 stripped off.
23
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.38.0 2023-09-25 Perl::Critic::Exception(3pm)