Assert\LazyAssertion::verifyNow PHP Method

verifyNow() public method

public verifyNow ( ) : boolean
return boolean
    public function verifyNow()
    {
        if ($this->errors) {
            throw call_user_func(array($this->exceptionClass, 'fromErrors'), $this->errors);
        }
        return true;
    }