/**
  * @param \Exception $exception
  * @param bool $isDebugEnabled
  * @return array
  */
 protected function _exportExceptionAsArray(\Exception $exception, $isDebugEnabled)
 {
     $error = RpcUtil::exceptionAsArray($exception, $isDebugEnabled);
     return $error;
 }