Sign in
dawn
/
dawn
/
e3ed13ac2ab30b4f4e6fdfc8a8bcfbc437d2e1bf
/
.
/
tools
/
android
/
webgpu
/
src
/
main
/
java
/
androidx
/
webgpu
/
helper
/
DawnException.kt
blob: 4a8b14e6c6763b96be727b36b8dcb2d046aa8d2e [
file
] [
log
] [
blame
]
package
androidx
.
webgpu
.
helper
public
class
DawnException
(
message
:
String
):
Exception
(
message
)