/**
  * SecurityException are rethrown
  *
  * @expectedException \TYPO3\Flow\Security\Exception
  * @test
  */
 public function neverHandleSecurityException()
 {
     $this->handler->handleRenderingException('path', new \TYPO3\Flow\Security\Exception());
 }