mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-08-29 06:19:07 +02:00
feat: improve error handling ux (#3298)
* feat: improve error handling ux * feat: add error messages for failed xml parsing
This commit is contained in:
parent
9e9a697b8b
commit
4c3ebb312d
4 changed files with 70 additions and 27 deletions
|
@ -1,6 +1,10 @@
|
|||
<?php
|
||||
|
||||
final class HttpException extends \Exception
|
||||
class HttpException extends \Exception
|
||||
{
|
||||
}
|
||||
|
||||
final class CloudFlareException extends HttpException
|
||||
{
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue