Class Services_Zencoder_Exception

Description

Zencoder API client interface.

Located in /Zencoder/Exception.php (line 13)

ErrorException
   |
   --Services_Zencoder_Exception
Direct descendents
Class Description
Services_Zencoder_HttpException Zencoder API client interface.
Variable Summary
mixed $context
mixed $errors
Method Summary
Services_Zencoder_Exception __construct ( $message, [ $errors = null], [ $code = null], [ $severity = E_ERROR], [ $filename = null], [ $lineno = null], [array $context = array()])
array getContext ()
array getErrors ()
Variables
mixed $context (line 15)
  • access: protected
mixed $errors (line 16)
  • access: protected

Inherited Variables

Inherited from ErrorException (Internal Class)

$code
$file
$line
$message
$severity
Methods
Constructor __construct (line 18)
Services_Zencoder_Exception __construct ( $message, [ $errors = null], [ $code = null], [ $severity = E_ERROR], [ $filename = null], [ $lineno = null], [array $context = array()])
  • $message
  • $errors
  • $code
  • $severity
  • $filename
  • $lineno
  • array $context

Redefinition of:
ErrorException::constructor __construct ( [$message = ], [$code = ], [$severity = ], [$filename = ], [$lineno = ], [$previous = ] )
getContext (line 32)

Return array that points to the active symbol table at the point the error occurred. In other words, it will contain an array of every variable that existed in the scope the error was triggered in.

  • access: public
array getContext ()
getErrors (line 43)

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

  • access: public
array getErrors ()

Inherited Methods

Inherited From ErrorException (Internal Class)

constructor __construct ( [$message = ], [$code = ], [$severity = ], [$filename = ], [$lineno = ], [$previous = ] )
getCode ( )
getFile ( )
getLine ( )
getMessage ( )
getPrevious ( )
getSeverity ( )
getTrace ( )
getTraceAsString ( )
__clone ( )
__toString ( )

Documentation generated on Tue, 05 Jun 2012 15:03:11 -0700 by phpDocumentor 1.4.4