rss-bridge/actions
Dag fad0dbb6ef
refactor: fix exception handling (#2835)
* refactor: fix exception handling

The removed catch is never uses in php versions above 7.
The need for multiple catch statements like this is to support both php 5 and 7.

* remove traces of old exception handling

* add typehints

* dont treat exception code 0 specially
2022-06-22 18:30:06 +02:00
..
ConnectivityAction.php fix: connectivityaction (#2725) 2022-05-17 23:46:37 +02:00
DetectAction.php refactor: BridgeFactory (#2691) 2022-05-08 03:58:42 +02:00
DisplayAction.php refactor: fix exception handling (#2835) 2022-06-22 18:30:06 +02:00
ListAction.php refactor: BridgeFactory (#2691) 2022-05-08 03:58:42 +02:00