-
-
09 Mar 2022 11:32:50 UTC
- Distribution: Class-Generic
- Module version: v0.1.2
- Source (raw)
- Browse (raw)
- Changes
- How to Contribute
- Repository
- Issues
- Testers
- Kwalitee
Bus factor: 2- 90.04% Coverage
- License: perl_5
- Perl: v5.26.1
- Activity
24 month- Tools
- Download (11.17KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
- Dependencies
- Module::Generic
- Promise::Me
- parent
- strict
- version
- warnings
- and possibly others
- Reverse dependencies
- CPAN Testers List
- Dependency graph
NAME
Class::Exception - An Exception Object Class
SYNOPSIS
use Class::Exception; my $ex = Class::Exception->new;
VERSION
v0.1.2
DESCRIPTION
This package provides a versatile exception class object for the manipulation and chaining of exceptions.
See Module::Generic::Exception for more information.
SEE ALSO
Class::Generic, Class::Array, Class::Scalar, Class::Number, Class::Boolean, Class::Assoc, Class::File, Class::DateTime, Class::Exception, Class::Finfo, Class::NullChain, Class::DateTime
AUTHOR
Jacques Deguest <jack@deguest.jp>
COPYRIGHT & LICENSE
Copyright (c) 2022 DEGUEST Pte. Ltd.
You can use, copy, modify and redistribute this package and associated files under the same terms as Perl itself.
Module Install Instructions
To install Class::Generic, copy and paste the appropriate command in to your terminal.
cpanm Class::Generic
perl -MCPAN -e shell install Class::Generic
For more information on module installation, please visit the detailed CPAN module installation guide.