TestAbsorbingHandler
Наследование: extends Neos\Fusion\Core\ExceptionHandlers\AbstractRenderingExceptionHandler
 /**
  * SecurityException are rethrown
  *
  * @expectedException \Neos\Flow\Security\Exception
  * @test
  */
 public function neverHandleSecurityException()
 {
     $this->handler->handleRenderingException('path', new \Neos\Flow\Security\Exception());
 }