The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Changes for version 1.25

  • The Exception::Class::Base constructor no longer looks at the associated Devel::StackTrace object's frames. Avoiding looking at the frames should make constructing exception objects much faster. Instead the information based on the stack trace frames - package(), file(), and line() - is only retrieved when it is requested. Patch by Ruslan Zakirov. RT #40221.

Modules

A module that allows you to declare real exception classes in Perl

Provides

in lib/Exception/Class.pm