error('Unable to connect to SSR server.'); return self::FAILURE; } $this->info('SSR server stopped.'); curl_close($ch); return self::SUCCESS; } }