Exakat\Analyzer\Analyzer::hasNoTryCatch PHP Метод

hasNoTryCatch() публичный Метод

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