diff options
author | 2022-06-22 18:30:06 +0200 | |
---|---|---|
committer | 2022-06-22 18:30:06 +0200 | |
commit | fad0dbb6efcd772670a4cfb27bac57473deec37b (patch) | |
tree | daa9b6163344fddc96c58dc020dcc4a469bb8f8a /tests/Actions/ActionImplementationTest.php | |
parent | 07927008ebafacebfd97411600e21777ff752518 (diff) | |
download | rss-bridge-fad0dbb6efcd772670a4cfb27bac57473deec37b.tar.gz rss-bridge-fad0dbb6efcd772670a4cfb27bac57473deec37b.tar.zst rss-bridge-fad0dbb6efcd772670a4cfb27bac57473deec37b.zip |
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
Diffstat (limited to 'tests/Actions/ActionImplementationTest.php')
0 files changed, 0 insertions, 0 deletions