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

File::Util::Exception::Standard - Standard (non-verbose) error messages

Description

       Provides error messages when things go wrong.  Use the "File::Util::Exception::Diagnostic" module if you
       want more helpful error messages.

       Standard use (without diagnostics):

          use File::Util;

       Debug/troubleshooting use (with diagnostics):

          use File::Util qw( :diag );

       Users, please don't use this module by itself (directly).  It is for internal use only.

perl v5.36.0                                       2022-11-29               File::Util::Exception::Standard(3pm)

Name

       File::Util::Exception::Standard - Standard (non-verbose) error messages

Version

       version 4.201720

See Also