Inheritance: extends RuntimeExceptio\RuntimeException, implements Graze\Supervisor\Exception\SupervisorExceptionInterface
 public function testGetSupervisor()
 {
     $exception = new UnexpectedTerminationException($this->sup);
     $this->assertSame($this->sup, $exception->getSupervisor());
 }