mirror of
https://github.com/github/codeql.git
synced 2025-12-21 19:26:31 +01:00
11 lines
246 B
Java
Generated
11 lines
246 B
Java
Generated
// Generated automatically from android.webkit.WebResourceError for testing purposes
|
|
|
|
package android.webkit;
|
|
|
|
|
|
abstract public class WebResourceError
|
|
{
|
|
public abstract CharSequence getDescription();
|
|
public abstract int getErrorCode();
|
|
}
|