PhpCsFixer\Runner\Runner::processException PHP Method

processException() private method

Process an exception that occurred.
private processException ( string $name )
$name string
    private function processException($name)
    {
        $this->dispatchEvent(FixerFileProcessedEvent::NAME, new FixerFileProcessedEvent(FixerFileProcessedEvent::STATUS_EXCEPTION));
        $this->errorsManager->report(new Error(Error::TYPE_EXCEPTION, $name));
    }