Exakat\Analyzer\Analyzer::hasNoCatchBlock PHP Method

hasNoCatchBlock() public method

public hasNoCatchBlock ( )
    public function hasNoCatchBlock()
    {
        return $this->hasNoInstruction('Catch');
    }
Analyzer