libexception-class-perl 1.45-ok1 source package in openKylin
Changelog
libexception-class-perl (1.45-ok1) yangtze; urgency=medium * Build for openkylin. -- denghao <email address hidden> Tue, 23 Aug 2022 16:02:01 +0300
libexception-class-perl (1.45-ok1) yangtze; urgency=medium * Build for openkylin. -- denghao <email address hidden> Tue, 23 Aug 2022 16:02:01 +0300
Series | Published | Component | Section | |
---|---|---|---|---|
Huanghe V3.0 | proposed | main | perl | |
Huanghe V3.0 | release | main | perl | |
Nile V2.0 | proposed | main | perl | |
Nile V2.0 | release | main | perl | |
Yangtze V1.0 | release | main | perl | |
Yangtze V1.0 | proposed | main | perl |
File | Size | SHA-256 Checksum |
---|---|---|
libexception-class-perl_1.45.orig.tar.gz | 49.7 KiB | 5482a77ef027ca1f9f39e1f48c558356e954936fc8fbbdee6c811c512701b249 |
libexception-class-perl_1.45-ok1.debian.tar.xz | 7.9 KiB | 66cf9b8d459e5056482ec3f0f9991b9388832d6b867ab6b08a56d91111d80293 |
libexception-class-perl_1.45-ok1.dsc | 1.9 KiB | 0e13fc8a932eff2345d7782c2790175f6ca6e80c0903fdc5aad03f64d97394dd |
Exception::Class allows you to declare exceptions in your modules in a
manner similar to how exceptions are declared in Java.
.
It features a simple interface allowing programmers to 'declare'
exception classes at compile time. It also has a base exception
class, Exception:
files (aka modules ;) ) that are subclasses.
.
It is designed to make structured exception handling simpler and
better by encouraging people to use hierarchies of exceptions in their
applications.