Closed JoshMcCr-roofr closed 1 year ago
The exception thrown on line 171 has reference to '->getcode' which should be '->getCode'. This is causing this exception to always throw a code 0
throw new CouldNotRetrieveRemoteFileException( "Could not retrieve file from '{$url}'", $e->getcode(), // bug here $e );
Sloppy on my part, thanks for reporting this.
The exception thrown on line 171 has reference to '->getcode' which should be '->getCode'. This is causing this exception to always throw a code 0