PHPStan\Rules\Exceptions\CatchedExceptionExistenceRule::getNodeType PHP Method

getNodeType() public method

public getNodeType ( ) : string
return string
    public function getNodeType() : string
    {
        return Catch_::class;
    }
CatchedExceptionExistenceRule