Icinga / ipl-html

HTML abstraction layer for the Icinga PHP Library
MIT License
1 stars 1 forks source link

Catch `\Throwable` instead of `\Exception` #139

Closed nilmerg closed 5 months ago

nilmerg commented 5 months ago

\Throwable is the base for all errors and exceptions since PHP 7.