perl-Exception-Base

Lightweight exceptions

This class implements a fully OO exception mechanism similar to Exception::Class or Class::Throwable. It provides a simple interface allowing programmers to declare exception classes. These classes can be thrown and caught. Each uncaught exception prints full stack trace if the default verbosity is increased for debugging purposes. The features of 'Exception::Base': * fast implementation of the exception class * fully OO without closures and source code filtering * does not mess with '$SIG{__DIE__}' and '$SIG{__WARN__}' * no external run-time modules dependencies, requires core Perl modules only * the default behavior of exception class can be changed globally or just for the thrown exception * matching the exception by class, message or other attributes * matching with string, regex or closure function * creating automatically the derived exception classes (perlfunc/use interface) * easily expendable, see Exception::System class for example * prints just an error message or dumps full stack trace * can propagate (rethrow) an exception * can ignore some packages for stack trace output * some defaults (i.e. verbosity) can be different for different exceptions

There is no official package available for openSUSE Leap 15.5

Distributions

openSUSE Tumbleweed

openSUSE Leap 15.6

openSUSE Leap 15.5

openSUSE Leap 15.4

SUSE SLE-15-SP1

Unsupported distributions

The following distributions are not officially supported. Use these packages at your own risk.