public function test_finish_ShoulAlsoReturnAPossibleRenderedException()
 {
     $this->executeOnException($this->buildException());
     $response = $this->handler->finish($this->tracker, $this->requestSet);
     $this->assertEquals('MyMessage', $response);
 }