rss-bridge/lib
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
..
ActionAbstract.php core: Implement action factory (#1002) 2019-02-06 18:34:51 +01:00
ActionFactory.php refactor: ActionFactory (#2833) 2022-06-22 18:28:07 +02:00
ActionInterface.php core: Implement action factory (#1002) 2019-02-06 18:34:51 +01:00
Authentication.php global: Fix code violations 2018-12-26 21:58:07 +01:00
BridgeAbstract.php refactor: CacheFactory (#2834) 2022-06-22 18:29:28 +02:00
BridgeCard.php refactor: BridgeFactory (#2691) 2022-05-08 03:58:42 +02:00
BridgeFactory.php refactor: BridgeFactory (#2691) 2022-05-08 03:58:42 +02:00
BridgeInterface.php [core] Support for bridge maintainers' donation URLs (#2102) 2021-06-26 00:45:25 +05:00
BridgeList.php refactor: FormatFactory (#2832) 2022-06-22 18:27:20 +02:00
CacheFactory.php refactor: CacheFactory (#2834) 2022-06-22 18:29:28 +02:00
CacheInterface.php caches: Refactor the API (#1060) 2019-04-29 20:12:43 +02:00
Configuration.php chore: bump required php version to 7.4 (#2838) 2022-06-19 21:45:33 +02:00
Debug.php [Debug] Fix debug mode reports indexing error 2018-11-16 20:19:52 +01:00
Exceptions.php refactor: fix exception handling (#2835) 2022-06-22 18:30:06 +02:00
FactoryAbstract.php core: Implement action factory (#1002) 2019-02-06 18:34:51 +01:00
FeedExpander.php fix: use accept header when fetching feed (#2737) 2022-05-18 00:18:33 +02:00
FeedItem.php [FeedItem] Avoid repeated UID hashing after loading from cache (#1148) 2019-06-01 19:36:46 +02:00
FormatAbstract.php [FormatAbstract]: Ensure sanitizeHtml is given string (#2791) 2022-06-17 20:46:15 +02:00
FormatFactory.php refactor: FormatFactory (#2832) 2022-06-22 18:27:20 +02:00
FormatInterface.php Formats: Remove display & related method (#2776) 2022-06-07 18:05:33 +02:00
ParameterValidator.php [ParameterValidator] Ignore cache-busting param (#1723) 2020-09-14 14:01:55 +05:00
XPathAbstract.php [XPathAbstract] Improve Media Url regex (#2845) 2022-06-19 02:19:32 +02:00
contents.php refactor: CacheFactory (#2834) 2022-06-22 18:29:28 +02:00
error.php refactor: CacheFactory (#2834) 2022-06-22 18:29:28 +02:00
html.php [docs] Add documentation for html.php functions (#2714) 2022-05-10 09:37:53 +02:00
php8backports.php chore: bump required php version to 7.4 (#2838) 2022-06-19 21:45:33 +02:00
rssbridge.php remove unnecessary includes 2022-05-13 09:35:25 +02:00