blob: a7c8721bfba4cf26cbcc39ca22b03a9d97d9c01a [file] [log] [blame]
/*
* Copyright 2017 Google Inc.
*
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
package org.skia.skqp;
public class SkQPException extends Exception {
public SkQPException(String m) { super(m); }
}