Exakat\Analyzer\Analyzer::hasNoCatch PHP Method

hasNoCatch() public method

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