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

RoPkg::Simba::Exceptions

Author

       Subredu Manuel <diablo@iasi.roedu.net>

Bugs And Limitations

       None known to the author

Configuration And Environment

       This module does not use any configuration files or environment variables

Dependencies

       Exception::Class

Description

       Collection of exceptions used by Simba

Diagnostics

       Unpack the source, and use 'make test' command

Incompatibilities

       None known to the author

Name

       RoPkg::Simba::Exceptions

Perl Critic

       This module is perl critic level 2 compliant

Subroutines/Methods

       The following exceptions are defined:

       *) NotHashRef - the parameter is not a hash reference
       *) Mirror::Config - error in configuration of the mirror
       *) Mirror::Inactive - the mirror is not active
       *) Mirror::InProgress - the mirror is in progress
       *) Mirror::Many - the criteria used to select the mirror, matches multiple mirrors
       *) Command::FileNotFound - command file name was not found

Synopsis

        NotHashRef->throw(
          error    => 'No hash reference found',
          pkg_name => 'RoPkg::Simba'
        );

Version

       0.1.3

See Also