mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2024-11-22 17:45:40 +03:00
[contents] Better error reporting for cUrl errors (#958)
References #954
This commit is contained in:
parent
89218f1da6
commit
1c58c04271
1 changed files with 1 additions and 0 deletions
|
@ -153,6 +153,7 @@ EOD
|
|||
returnError(<<<EOD
|
||||
The requested resource cannot be found!
|
||||
Please make sure your input parameters are correct!
|
||||
cUrl error: $curlError ($curlErrno)
|
||||
EOD
|
||||
, $errorCode);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue