Description
Perl applications can define structured exception classes with fields and behavior instead of using only string errors. This helps larger codebases catch, inspect, and report failures more precisely.
It is an exception-handling library for developers. Applications should still design error messages that are helpful without exposing secrets or internal-only details.