Error/exception handling in an OO-ish way
The 'Error' package provides two interfaces. Firstly 'Error' provides a
procedural interface to exception handling. Secondly 'Error' is a base
class for errors/exceptions that can either be thrown, for subsequent
catch, or can simply be recorded.
Errors in the class 'Error' should not be thrown directly, but the user
should throw errors from a sub-class of 'Error'.
- Developed at devel:languages:perl
- Sources inherited from project openSUSE:Factory
-
3
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Backports:SLE-15-SP4:FactoryCandidates/perl-Error && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
Error-0.17020.tar.gz | 0000022345 21.8 KB | |
perl-Error.changes | 0000002487 2.43 KB | |
perl-Error.spec | 0000002256 2.2 KB |
Revision 20 (latest revision is 31)
Stephan Kulow (coolo)
accepted
request 177420
from
Stephan Kulow (coolo)
(revision 20)
- updated to 0.17020 Error.pm #0.17020 - Correct typos. - https://rt.cpan.org/Ticket/Display.html?id=85023 Error.pm #0.17019 - Change to Shlomi Fish's new E-mail and web address. - Clarify the licence of lib/Error/Simple.pm . - https://rt.cpan.org/Ticket/Display.html?id=81277 - Thanks to Marcela Error.pm #0.17018 - Add a $VERSION variable for Error::Simple. - thanks to Kevin Dawson for the report. - Add scripts/bump-version-number.pl . - This can be used to bump the version numbers globally. (forwarded request 177379 from coolo)
Comments 0