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

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

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