/**
  * @test
  */
 public function getExceptionReturnsInitialValueForString()
 {
     $this->assertSame(false, $this->subject->getException());
 }