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

 Methods

__construct()

__construct($message, $errors, $code, $severity, $filename, $lineno, array $context) 
Inherited
inherited_from \Services_Zencoder_Exception::__construct()

Parameters

$message

$errors

$code

$severity

$filename

$lineno

$context

Return array that points to the active symbol table at the point the error occurred.

getContext() : array
Inherited

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()

Returns

array

Return array containing any errors returned from the code that threw the exception.

getErrors() : array
Inherited
inherited_from \Services_Zencoder_Exception::getErrors()

Returns

array

 Properties

 

$context 
Inherited
inherited_from \Services_Zencoder_Exception::$$context
 

$errors 
Inherited
inherited_from \Services_Zencoder_Exception::$$errors