Frisbee\Exception\Boomerang::__construct PHP Méthode

__construct() public méthode

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