Frisbee\Exception\Boomerang::next PHP Method

next() public method

public next ( )
    public function next()
    {
        throw $this->previous;
        // Right back at ya!
    }