Exakat\Analyzer\Analyzer::hasNoTryCatch PHP Method

hasNoTryCatch() public method

public hasNoTryCatch ( )
    public function hasNoTryCatch()
    {
        return $this->hasNoInstruction('Try');
    }
Analyzer