PHP Class Frisbee\Exception\Boomerang

Inheritance: extends Flingable
Show file Open project: enrise/frisbee

Protected Properties

Property Type Description
$previous Flingable The previous exception.
$resource mixed

Public Methods

Method Description
__construct ( $key, Flingable $previous )
next ( )

Method Details

__construct() public method

public __construct ( $key, Flingable $previous )
$previous Flingable

next() public method

public next ( )

Property Details

$previous protected property

The previous exception.
protected Flingable,Frisbee\Exception $previous
return Flingable

$resource protected property

protected mixed $resource
return mixed