getCode() ?: 0); return new GraphException( $throwable->getMessage(), $code > 0 ? $code : null, $context + ['exception' => get_class($throwable)] ); } }