Edit error and fix test
1 unresolved thread
1 unresolved thread
Closes #3421384
Merge request reports
Activity
added 1 commit
- 8cb8896e - edit error message, edit error message in test
added 1466 commits
-
8cb8896e...a1b47eaf - 1465 commits from branch
project:11.x
- d152d038 - Merge branch '11.x' into 3421384-add-media-edit
-
8cb8896e...a1b47eaf - 1465 commits from branch
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