Zencoder API client interface.
category | Services |
---|---|
package | Services_Zencoder |
author | Michael Christopher |
version | Release: 2.1.2 |
license | http://creativecommons.org/licenses/MIT/MIT |
link | http://github.com/zencoder/zencoder-php |
__construct($message, $errors, $code, $severity, $filename, $lineno, array $context)
inherited_from | \Services_Zencoder_Exception::__construct() |
---|
getContext() : array
In other words, it will contain an array of every variable that existed in the scope the error was triggered in.
inherited_from | \Services_Zencoder_Exception::getContext() |
---|
array
getErrors() : array
inherited_from | \Services_Zencoder_Exception::getErrors() |
---|
array
$context
inherited_from | \Services_Zencoder_Exception::$$context |
---|
$errors
inherited_from | \Services_Zencoder_Exception::$$errors |
---|