mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-04-09 16:38:50 +00:00
[contents] Better error reporting for cUrl errors (#958)
References #954
This commit is contained in:
parent
89218f1da6
commit
1c58c04271
@ -153,6 +153,7 @@ EOD
|
|||||||
returnError(<<<EOD
|
returnError(<<<EOD
|
||||||
The requested resource cannot be found!
|
The requested resource cannot be found!
|
||||||
Please make sure your input parameters are correct!
|
Please make sure your input parameters are correct!
|
||||||
|
cUrl error: $curlError ($curlErrno)
|
||||||
EOD
|
EOD
|
||||||
, $errorCode);
|
, $errorCode);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user