Cartalyst\Sentinel\Checkpoints\ThrottlingException::getDelay PHP Method

getDelay() public method

Returns the delay.
public getDelay ( ) : integer
return integer
    public function getDelay()
    {
        return $this->delay;
    }