mezzio / mezzio-router

Router subcomponent for Mezzio
https://docs.mezzio.dev/mezzio/features/router/intro/
BSD 3-Clause "New" or "Revised" License
24 stars 13 forks source link

Extend `ExceptionInterface` from `Throwable` #37

Closed gsteel closed 1 year ago

gsteel commented 1 year ago
Q A
Bugfix kindof
BC Break not really

Description

Also marks concrete exceptions as soft @final

Ocramius commented 1 year ago

Note: while this is a minor breakage, the interface was never meant to be used on non-Throwable types