blob: c6e919213643972ae1c6149be546cb7dbb6dd47e [file] [log] [blame]
// Copyright 2016 The Vanadium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
package io.v.syncbase.internal;
public class VError extends Exception {
String id;
long actionCode;
String message;
String stack;
}