folded-php / exception

Various kind of exception to throw for your web app.

Home Page:https://packagist.org/packages/folded/exception

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

All exceptions implement Throwable

khalyomede opened this issue · comments

Description

To comply with static analysis, exceptions should implement Throwable.

Proposal

All the exceptions implement Throwable interface.

Worarkound solutions

None.

Notes

None.

All exceptions already extends base Exception that implements Throwable.