blob: 174890e2155775d356a5c8c385d2064607a9f840 [file] [log] [blame]
// Copyright 2018 Google LLC.
// 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 SkQPFailure extends java.lang.Throwable {
public SkQPFailure(String m) { super(m, null, true, false); }
}