Zend_Barcode_Renderer_Exception

category Zend
package Zend_Barcode
copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
license New BSD License
inherited_from \Zend_Barcode_Exception

 Methods

Overloading

__call(string $method, array $args) : mixed
Inherited

For PHP < 5.3.0, provides access to the getPrevious() method.

Parameters

$method

string

$args

array

Returns

mixed

Construct the exception

__construct(string $msg = '', integer $code = 0, \Exception $previous = null) : void
Inherited

Parameters

$msg

string

$code

integer

$previous

\Exception

String representation of the exception

__toString() : string
Inherited

Returns

string

Retrieve renderable flag

isRenderable() : boolean
Inherited

Returns

boolean

Set renderable flag

setIsRenderable(boolean $flag) : \Zend_Barcode_Exception
Inherited

Parameters

$flag

boolean

Returns

\Zend_Barcode_Exception

Returns previous Exception

_getPrevious() : \Exception | null
Inherited

Returns

\Exceptionnull

 Properties

 

Is this exception renderable?

$_isRenderable : boolean

Default

true
 

$_previous

$_previous : null | \Exception

Default

null