Skip to content

Commit

Permalink
Rename exception not being thrown
Browse files Browse the repository at this point in the history
  • Loading branch information
pierlon committed Apr 2, 2020
1 parent 83a14b3 commit a1203b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/RemoteRequest/CachedRemoteGetRequest.php
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ public function __construct(
*
* @param string $url URL to get.
* @return Response Response for the executed request.
* @throws FailedToGetFromRemoteUrl|FailedToGetCachedResponseData If retrieving the contents from the reponse failed.
* @throws FailedToGetCachedResponseData If retrieving the contents from the cache failed.
*/
public function get( $url ) {
$cache_key = self::TRANSIENT_PREFIX . md5( __CLASS__ . $url );
Expand Down

0 comments on commit a1203b5

Please sign in to comment.