class Importmap::Packager
def parse_service_error(response)
def parse_service_error(response) JSON.parse(response.body.to_s)["error"] rescue JSON::ParserError nil end
def parse_service_error(response) JSON.parse(response.body.to_s)["error"] rescue JSON::ParserError nil end