We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 300973d commit 9c9a520Copy full SHA for 9c9a520
CHANGELOG
@@ -3,6 +3,7 @@ codebird-php - changelog
3
4
3.1.0 (not yet released)
5
+ #143 Add support for proxy types
6
++ #152 Throw Exception on failed remote media download
7
8
3.0.0 (2016-01-01)
9
+ Add unit testing suite
src/codebird.php
@@ -1826,6 +1826,7 @@ protected function _fetchRemoteFile($url)
1826
if ($result !== false) {
1827
return $result;
1828
}
1829
+ throw new \Exception('Downloading a remote media file failed.');
1830
return false;
1831
1832
// no cURL
0 commit comments