Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
SkQPFailure.java
Go to the documentation of this file.
1// Copyright 2018 Google LLC.
2// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
3
4package org.skia.skqp;
5
6public class SkQPFailure extends java.lang.Throwable {
7 public SkQPFailure(String m) { super(m, null, true, false); }
8}