Perl::Critic::Exception::Configuration::Generic - A problem with L configuration that doesn't involve an option.


Perl-Critic documentation  | view source Contained in the Perl-Critic distribution.

Index


NAME

Top

Perl::Critic::Exception::Configuration::Generic - A problem with Perl::Critic configuration that doesn't involve an option.

DESCRIPTION

Top

A representation of a problem found with the configuration of Perl::Critic, whether from a .perlcriticrc, another profile file, or command line.

This covers things like file reading and parsing errors.

INTERFACE SUPPORT

Top

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

CLASS METHODS

Top

throw( message => $message, source => $source )

See "throw" in Exception::Class.

new( message => $message, source => $source )

See "new" in Exception::Class.

AUTHOR

Top

Elliot Shank <perl@galumph.com>

COPYRIGHT

Top


Perl-Critic documentation  | view source Contained in the Perl-Critic distribution.