service); } catch (Exception $e) { if ($e->getMessage() == 'No server assigned to this product') { return; } throw $e; } if ($this->sendNotification && isset($data)) { NotificationHelper::serverCreatedNotification($this->service->user, $this->service, is_array($data) ? $data : []); } } }