The class JsonSerializable does not exist. Is this class maybe located in a folder that is not analyzed, or in a newer version of your dependencies than listed in your composer.lock/composer.json?
Loading history...
30
return json_encode($value);
31
}
32
33
if (!method_exists($value, '__toString')) {
34
throw new Exception('Cannot transform this object to JavaScript.');