Frisbee\Exception\Boomerang::__construct PHP Method

__construct() public method

public __construct ( $key, Flingable $previous )
$previous Flingable
    public function __construct($key, Flingable $previous)
    {
        $this->previous = $previous;
        $this->run();
        $previous->setResource($key, $this->resource);
    }