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 3e48eca commit ac30cbcCopy full SHA for ac30cbc
src/Transformers/DataArrayTransformer.php
@@ -65,7 +65,7 @@ protected function decodeContent($data)
65
$decoded = html_entity_decode(strip_tags($data), ENT_QUOTES, 'UTF-8');
66
67
return str_replace("\xc2\xa0", ' ', $decoded);
68
- } catch (\Exception $e) {
+ } catch (\Throwable $e) {
69
return $data;
70
}
71
0 commit comments