Exakat\Analyzer\Analyzer::hasNoCatchBlock PHP Méthode

hasNoCatchBlock() public méthode

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