Inheritance: extends GoogleException
 public function testDoesntHaveServiceException()
 {
     $ex = new ServiceException('foo');
     $this->assertFalse($ex->hasServiceException());
 }