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 82d3b2a commit 9793df6Copy full SHA for 9793df6
README.md
@@ -80,7 +80,7 @@ and pass it as the parameters for a new ZencoderJob object. Execute the script o
80
// If were here, an error occured
81
echo "Fail :(\n\n";
82
echo "Errors:\n";
83
- foreach ($e->errors as $error) echo $error."\n";
+ foreach ($e->getErrors() as $error) echo $error."\n";
84
echo "Full exception dump:\n\n";
85
print_r($e);
86
}
0 commit comments