Skip to content
Snippets Groups Projects

Edit error and fix test

Open andrew farquharson requested to merge issue/drupal-3421384:3421384-add-media-edit into 11.x
1 unresolved thread

Closes #3421384

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
53 53 ]);
54 54 }
55 55 catch (ClientExceptionInterface $e) {
56 throw new ResourceException('Could not retrieve the oEmbed resource.', $url, [], $e);
56 throw new ResourceException('Check the url. It does not correspond to any remote oEmbed resource.', $url, [], $e);
Please register or sign in to reply
Loading