Exakat\Analyzer\Analyzer::hasNoCatch PHP 메소드

hasNoCatch() 공개 메소드

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